@php $appFontLocationId = function_exists('current_location_id') ? current_location_id() : session('location_id'); $appFontFile = $appFontLocationId ? (string) (\App\Models\Setting::get('receipt_font_file', '', $appFontLocationId) ?: \App\Models\Setting::get('ui_font_file', '', $appFontLocationId) ?: \App\Models\Setting::get('app_font_file', '', $appFontLocationId)) : ''; $appFontUrl = $appFontFile !== '' ? asset('fonts/' . rawurlencode($appFontFile)) : ''; @endphp

Stock Count Worksheet

Session ID: {{ $count->sc_id }} | Date: {{ $count->sc_date->format('Y-m-d') }} | User: {{ $count->user->user_fname ?? 'N/A' }} {{ $count->user->user_lname ?? '' }} | Category: {{ $count->sc_select_cat == 'all' ? 'All Products' : $count->sc_select_cat }}
@foreach($items as $item) @endforeach
Barcode Product System Count Physical Count
{{ $item->product->product_barcode }} {{ $item->product->product_name }} {{ number_format($item->scl_system_qty, 2) }}