@if (is_null($trims) || empty($trims))
@else
@if (session('message'))
{{--
@can('Creator_trims')
@endcan
@can('Editor_garments')
@endcan
@can('Admin')
@endcan
--}}
Currently No Information Available!
×
{{ session('message') }}.
@endif
@can('Creator_trims')
{{-- |
@if ($search_trims == !null)
@endif
{{-- trim Table goes here --}}
Sl# | Date | Buyer Name | Style/Or No | Order Qty | Booking Qty | Received Qty | Received Balance Qty | Issue Qty | In Hand Qty | Actions |
---|---|---|---|---|---|---|---|---|---|---|
{{ ++$sl }} | {{ $trim->date }} | {{ $trim->buyer_name }} | {{ $trim->style_or_no }} | {{ $trim->order_qty }} | {{ $trim->booking_qty }} | {{ $trim->receive_qty }} | {{ $trim->rcv_bal_qty }} | {{ $trim->issue_qty }} | {{ $trim->in_hand_qty }} |
@can('Admin')
|