Lịch sử thanh toán

@if(isset($payment) &&count($payment)) @foreach($payment as $item) @if(in_array(\Illuminate\Support\Facades\Auth::user()->department_id,[\App\Constants\DepartmentConstant::WAITER,\App\Constants\DepartmentConstant::ADMIN,\App\Constants\DepartmentConstant::KE_TOAN])) @endif @endforeach @endif
Ngày Số tiền Ghi chú
{{ date('d-m-Y', strtotime($item->payment_date)) }} ({{$item->payment_type==0?'Tiền mặt':'C.Khoản'}}) {{ number_format($item->price) }} {{ $item->description }}