{{Auth::user()->business->name}}
Phone: {{Auth::user()->business->contact}}
Email: {{Auth::user()->business->email}}
{{Auth::user()->business->street_address}}
{{$model->vendor->name}}
{{$model->vendor->phone}}
{{$model->vendor->email}}
{{$model->vendor->country}}
{{$model->vendor->state}}
{{$model->vendor->city}}
{{$model->vendor->postal_code}}
{{$model->vendor->address}}
#{{$model->id}}
{{date('d-m-Y', strtotime($model->date))}}
{{date('d-m-Y', strtotime($model->due_date))}}
{{$model->is_paid ? 'Paid' : 'Unpaid'}}
# | Product | Price | Qty | Discount | Tax | Total |
---|---|---|---|---|---|---|
{{$k}} | {{$item->product->sku}} - {{$item->product->title}} {{$item->description}} | {{$item->price}} | {{$item->quantity}} | {{$item->discount}} | {{$item->tax}} | {{$item->total}} |