@if (($login_user->hasPermission('edit transactions')) || ($login_user->hasRole('programmer')))
Edit
@endif
@if (($login_user->hasPermission('delete transactions')) || ($login_user->hasRole('programmer')))
Delete
@endif
{{$invoice->bill_no or '—'}}
{{$invoice->table_no or '—'}}
{{$invoice->person or '—'}}
Rp. {{number_format($invoice->subtotal)}}
{{number_format($invoice->point_spent)}}
{{number_format($invoice->point->sum('point_received'))}}
{{date('M d, Y - H:i:s', strtotime($invoice->date_added))}}
Branch
{{$invoice->store_id}}
{{$invoice->store->name or '—'}}
{{$invoice->ecr or '—'}}
{{$invoice->pos_id or '—'}}
{{$invoice->inv_no or '—'}}
{{$invoice->pos_loc or '—'}}
Customer
{{$invoice->customer->membership_no}}
@if (isset($invoice->customer))
{{$invoice->customer->fname}} {{$invoice->customer->lname}}
{{$invoice->customer->member->name or '—'}}
@endif
Clerk
{{$invoice->clerk_id}}
{{$invoice->clerk->name or '—'}}
{{$invoice->track or '—'}}