@push('header') @endpush

Moon Traders
Shop List Report
Total Records: {{ number_format($customers->total()) }}
Printed by: {{ auth()->user()->name }} | {{ now()->format('d-M-Y h:i A') }}

@forelse ($customers as $index => $customer) @empty @endforelse
Sr# Store Code Store Name Owner CNIC Channel NTN Address I.T Status
{{ $customers->firstItem() + $index }} {{ $customer->customer_code }} @can('customer-edit') {{ $customer->customer_name }} @else {{ $customer->customer_name }} @endcan {{ $customer->owner_cnic ?? '-' }} {{ $customer->channel_type }} {{ $customer->ntn ?? '-' }} {{ $customer->address ?? '-' }} {{ $customer->it_status ? 'Filer' : 'Non-Filer' }}
No records found.
@if ($customers->hasPages())
{{ $customers->links() }}
@endif