SECONDARY EVACUATION {{-- Example 2.0 --}}

{{-- --}}
{{--

Tip!

Add the layout-top-nav class to the body tag to get this layout. This feature can also be used with a sidebar! So use this class if you want to remove the custom dropdown menus from the navbar and use regular links instead.

Warning!

The construction of this layout differs from the normal one. In other words, the HTML markup of the navbar and the c ontent will slightly differ than that of the normal layout.

--}}
{{--

GENERATE API BEARER TOKENS

--}}

SECONDARY EVACUATION INFO.

@method('POST') @csrf
{{--
--}}














WAYBILL INFO.

@foreach ($waybills as $waybill) @endforeach
# LBC Bush Waybill Date Number of Bags Bush Waybill Number Bush Grade Seal Number QCC Evac. Cert No. QCC Evac. Cert. Date Bush Category District Station Season Client Name Specialty Serials
{{ $loop->index + 1 }}. {{ App\Models\lbc::find($lbc_id)->name }} {{ $waybill['bush_waybill_date'] }} {{ $waybill['bush_no_of_bags'] }} {{ $waybill['bush_waybill_no'] }} {{ $waybill['bush_grade'] }} {{ $waybill['seal_no'] }} {{ $waybill['qcc_evac_date'] }} {{ $waybill['qcc_evac_cert_no'] }} {{ $waybill['category'] }} {{ $waybill['district'] }} {{ $waybill['station'] }} {{ $waybill['season'] }} {{ $waybill['client_name'] }} {{ $waybill['specialty_type'] }} @foreach ($waybill['serials'] as $serial) {{ $serial }}, @endforeach