{{-- {{ $product }} --}} Product Receipt

Product Receipt

Date/Time: {{ date('d-m-Y H:i') }}
Business Information
@if(isset($all_settings) && $all_settings)

Company: {{ $all_settings->company_name ?? 'Mobile World Store' }}

@if($all_settings->address)

Address: {{ $all_settings->address }}

@endif

Phone: {{ $all_settings->number ?? '+1-555-0123' }}

@if($all_settings->company_email)

Email: {{ $all_settings->company_email }}

@endif

Reg. No: {{ $all_settings->company_registration_number ?? 'CR-123456789' }}

@else

Company: {{ $location ? $location->name : 'Mobile World Store' }}

CR: {{ $location ? $location->business_registration_number : 'CR-123456789' }}

Mobile: {{ $location ? $location->mobile : '+1-555-0123' }}

@endif Your Trusted Store
Customer Details

Name: {{ $product->customer ? $product->customer->name : '-' }}

Mobile: {{ $product->customer ? $product->customer->number : '-' }}

CPR: {{ $product->customer ? $product->customer->cpr : '-' }}

Product Details

Brand: {{ $product->ProductBrand ? $product->ProductBrand->name : ($product->brand ?? '-') }}

Model: {{ $product->ProductModel ? $product->ProductModel->name : ($product->model ?? '-') }}

IMEI/SN: {{ $product->imei_or_sn ?? '-' }}

Storage/Color: {{ $product->color ?? '-' }}

Condition: {{ $product->condition ?? '-' }}

Buy Price: {{ env('APP_CURRENCY') }} {{ $product->buy_price }}

Stock: {{ $product->stock }}

@if($product->customer && $product->customer->cpr_photo) Customer CPR/ID Photo
{{ $product->customer ? $product->customer->name : 'Customer' }} - CPR/ID
@else
🆔
CPR / ID BOX
{{ $product->customer ? 'No Photo Available' : 'No Customer Data' }}
@endif
Customer Signature:
Buyer Signature:
{{--
View Receipt Back to Products
--}}