Fabric Information Board Fabric Information Board {{-- --}}
@if (is_null($fabrics) || empty($fabrics))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
@can('Creator_fabrics') {{-- --}} Create @endcan @can('Editor_garments') Create {{-- --}} @endcan @can('Admin') Create {{-- --}} @endcan {{-- Excel Download --}}
@csrf {{--
--}}
: Buyer Name: @php $buyers = DB::table('fabric_information_boards') ->select('buyer_name') ->distinct() ->get(); @endphp Style/ Order: @php $style_or_nos = DB::table('fabric_information_boards') ->select('style_or_no') ->distinct() ->get(); @endphp Fabrics Type: @php $fabric_type = DB::table('fabric_information_boards') ->select('fabric_type') ->distinct() ->get(); @endphp Color Name: @php $color_name = DB::table('fabric_information_boards') ->select('color_name') ->distinct() ->get(); @endphp Parts: @php $parts = DB::table('fabric_information_boards') ->select('parts') ->distinct() ->get(); @endphp Date: - Reset
@if ($search_fabrics == !null)
@csrf
@endif
{{-- @can('Creator_fabrics') @endcan @can('Editor_garments') @endcan @can('Admin') @endcan --}}
{{-- fabric Table goes here --}} @php $sl=0 @endphp @foreach ($fabrics as $fabric) @endforeach
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') @endcan @can('Editor_garments') @endcan {{-- --}} @can('Admin')
@csrf @method('delete')
@endcan @can('Editor_garments')
@csrf @method('delete')
@endcan
@endif