{{-- multi-delete icon --}} | Gate Pass No | Date | Company | Marchandiser | Buyer | Style | Pkt/Rool | Quantity | Retrunable | Approvals | Actions |
---|---|---|---|---|---|---|---|---|---|---|---|
{{-- {{ $gate_pass->gate_pass_no }} --}} {{ $gate_pass->gate_pass_no }} | {{ $gate_pass->date ? \Carbon\Carbon::parse($gate_pass->date)->format('d-M-Y h:i:s A') : '' }} | {{ $gate_pass->company->name }} | {{ $gate_pass->user()->first()->name }} |
@foreach (json_decode($gate_pass->buyer_id) as $key => $buyerId)
{{ $buyerId }} @endforeach |
@foreach (json_decode($gate_pass->style) as $key => $style)
{{ $style }} @endforeach |
@foreach (json_decode($gate_pass->pkt_roll) as $key => $pktRoll)
{{ $pktRoll }} @endforeach |
@foreach (json_decode($gate_pass->quantity) as $key => $quantity)
{{ $quantity }} @endforeach |
@foreach (json_decode($gate_pass->returnable) as $returnable)
@if ($returnable == 1)
Returnable @else Non-Returnable @endif @endforeach |
@if (json_decode($gate_pass->manager_approval))
@if ($gate_pass->manager_approval == 1)
Approved @else Not Approved @endif @endif |
Edit | |
No Data Found
|