@extends('layouts.app') @section('title') {{ __('Cập nhật cashin') }} @endsection @section('cashin') active @endsection @section('section.header')

{{ __('Cập nhật cashin') }}

@endsection @section('section.content')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@csrf @method('PUT')
@endsection @section('scripts') @endsection @section('styles') @endsection