{{ $company_info->company_address ?? '' }} | {{ $company_info->company_phones ?? '' }} | {{ $company_info->company_email ?? '' }} | {{ $company_info->company_website_url ?? '' }} | {{ $company_info->branch->branch_name ?? '' }}
ITEMS SOLD
Item |
Price |
Qty |
Sub Total |
{{ get_product_name($product->product_id ?? '') }} |
{{ $product->price ?? '' }} |
{{ $product->quantity ?? '' }} |
{{ $product->subtotal ?? '' }} |
Client |
{{ get_client_name($sale->client_id ?? '') }} |
||
Sold On |
{{ short_date($sale->sale_date ?? '') }} |
||
Discount |
{{ $sale->discount ?? '' }} |
||
Total |
{{ $sale->total_amount ?? '' }} |
||
Amount Paid |
{{ $sale->amount_paid_by_client ?? '' }} |
||
Balance |
{{ $sale->balance_due_to_client ?? '' }} |
||
Payment Method |
{{ get_payment_method($sale->payment_method ?? '') }} |
||
Served By |
{{ get_user_fullname_temporary($sale->created_by ?? '') }} |
||
Grand Total |
{{ $sale->final_total ?? '' }} |
||
Sale Notes |
|||
{{ $sale->sale_notes ?? '' }} |
|||
Booking Details |
|||
Booking Date |
{{ long_date($sale->booking_date ?? '') }} |
||
Booking Time |
{{ $sale->booking_time ?? '' }} |
||
Booking Status |
{!! get_booking_status($sale->booking_status) !!} |
||
Booking Location |
{{ $sale->job_location ?? '' }} |
||
Booking Notes |
|||
{{ $sale->booking_details ?? '' }} |
Thank you for your business! We appreciate your purchase , please come again next time.