@if(isset($customer))
Your Collection
EXCLUSIVELY PREPARED FOR

{{ $customer->name }}

@else
Collection
PRODUCT CATALOG {{ date('Y') }}
@endif
{{ $company->name ?? 'Company Name' }}
{{ $company->email ?? '' }}

Our Products

{{ date('d M, Y') }}
@foreach($products as $product)
@if($product->image_path && file_exists(public_path('storage/'.$product->image_path))) @else
📷
@endif
{{ $product->name }}
Unit: {{ $product->unit }}
@endforeach
{{ $company->name ?? '' }} | {{ $company->website ?? '' }}