@if (is_null($fabrics) || empty($fabrics))
@else
@if (session('message'))
{{-- @can('Creator_fabrics')
@endcan
@can('Editor_garments')
@endcan
@can('Admin')
@endcan
--}}
Currently No Information Available!
×
{{ session('message') }}.
@endif
@can('Creator_fabrics')
{{-- |
@if ($search_fabrics == !null)
@endif
{{-- fabric Table goes here --}}
Sl# | Date | Buyer Name | Style/Or No | Order Qty Pcs | Fabric Type | Booking Qty (Kg) | Received Qty (Kg) | Received Balance Qty (Kg) | Dlv Cutting(kgs) | Closing Stock (Kgs) | Actions |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$sl }} | {{ $fabric->date }} | {{ $fabric->buyer_name }} | {{ $fabric->style_or_no }} | {{ $fabric->order_qty }} | {{ $fabric->fabric_type }} | {{ $fabric->booking_qty }} | {{ $fabric->receive_qty }} | {{ $fabric->rcv_bal_qty }} | {{ $fabric->dlv_cutting }} | {{ $fabric->closing_stock }} |
@can('Admin')
|