Trims & Accessories Store Information Trims & Accessories Store Information {{-- --}}
@if (is_null($trims) || empty($trims))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
@can('Creator_trims') {{-- --}} Create @endcan @can('Editor_garments') Create {{-- --}} @endcan @can('Admin') Create {{-- --}} @endcan {{-- Excel Download --}}
@csrf {{--
--}}
{{--
--}}
: Buyer Name: @php $buyers = DB::table('trims_accessories_stores') ->select('buyer_name') ->distinct() ->get(); @endphp Style/ Order: @php $style_or_nos = DB::table('trims_accessories_stores') ->select('style_or_no') ->distinct() ->get(); @endphp Item Name: @php $item_no = DB::table('trims_accessories_stores') ->select('item_no') ->distinct() ->get(); @endphp Color Name: @php $color_name = DB::table('trims_accessories_stores') ->select('color_name') ->distinct() ->get(); @endphp Unit: @php $unit = DB::table('trims_accessories_stores') ->select('unit') ->distinct() ->get(); @endphp Date: - Reset
@if ($search_trims == !null)
@csrf
@endif
{{-- @can('Creator_trims') @endcan @can('Editor_garments') @endcan @can('Admin') @endcan --}}
{{-- trim Table goes here --}} @php $sl=0 @endphp @foreach ($trims as $trim) @endforeach
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') @endcan @can('Editor_garments') @endcan @can('Admin')
@csrf @method('delete')
@endcan @can('Editor_garments')
@csrf @method('delete')
@endcan
@endif