Danh sách đơn hàng
@if(auth()->user()->hasRole('admin')) Cập nhật danh sách @endif Cập nhật thưởng Tính tất cả @if(auth()->user()->can('add_orders')) Thêm đơn hàng @endif
@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach

@endif @if(Session::has('error'))
{{Session::get('error')}}
@endif @if(Session::has('success'))
{{Session::get('success')}}
@endif @if(auth()->user()->hasRole('admin'))
@endif
{{-- --}} {{-- --}} {{-- --}}
Id Mã đơn hàng Người tạo Doanh số/Doanh thu
(VNĐ)
Tiền thưởng
(VNĐ)
Đã thanh toánNgày tạo đơn Đã cập nhậtNgày tạo
/Ngày nghiệm thu
Cập nhậtHành động
@push('styles') @endpush @push('scripts') @endpush