Products Export

Generated at: {{ now()->format('Y-m-d H:i') }}
@foreach($products as $p) @endforeach
Name SKU Barcode Cost Agency Rate MRP Status
{{ $p->name }} {{ $p->sku ?? '-' }} {{ $p->barcode ?? '-' }} {{ number_format((float)$p->cost, 2) }} {{ $p->agency_rate !== null ? number_format((float)$p->agency_rate, 2) : '-' }} {{ number_format((float)$p->default_price, 2) }} {{ $p->is_active ? 'Active' : 'Disabled' }}