{{Auth::user()->business->name}}
Phone: {{Auth::user()->business->contact}}
Email: {{Auth::user()->business->email}}
{{Auth::user()->business->street_address}}
{{$sale->customer_name}}
{{$sale->customer_contact}}
{{$sale->customer_email}}
{{$sale->customer_country}}
{{$sale->customer_state}}
{{$sale->customer_city}}
{{$sale->customer_postalcode}}
{{$sale->customer_address}}
#{{$sale->id}}
{{date('d-m-Y', strtotime($sale->date))}}
{{date('d-m-Y', strtotime($sale->due_date))}}
{{$sale->is_paid ? 'Paid' : 'Unpaid'}}
# | Product | Qty | Price | Total |
---|---|---|---|---|
{{$k}} | {{$item->product->sku}} - {{$item->product->title}} {{$item->description}} | {{$item->quantity}} | {{$item->price}} | {{$item->total}} |