Challan List Accessory Requsation Form
@if (is_null($StoreAccessoryProcessChallanEntry) || empty($StoreAccessoryProcessChallanEntry))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
{{-- spl Table goes here --}} @php $sl=0 @endphp @foreach ($StoreAccessoryProcessChallanEntry as $spl) @php $SAPE = App\Models\StoreAccessoryProcessEntry::where('challan_entries_id', $spl->id)->first(); // dd($SAPE); $storeReceive_user_id = $SAPE->storeReceive_user_id; // dd($storeReceive_user_id) @endphp {{-- @dd($SAPE); --}} @endforeach
Sl# Input Date Challan No Excel Download Excell Upload Actions
{{ ++$sl }} {{ $spl->input_date }} {{ $spl->challan_no }} @if ($storeReceive_user_id == null) @isset($SAPE->challan_QR_url) barcode @endisset
@csrf
@else Requsation Issued @endif
@if ($storeReceive_user_id == null)
@csrf
@else Excess Requesation @endif
{{-- --}} @if (auth::user()->role_id == 1 || auth::user()->role_id == 2)
@csrf @method('delete')
@endif
@endif