Invoice # {{$purchasing->id}}

{{ucwords($purchasing->name)}}

{{$purchasing->address}}

Phone : {{$purchasing->phone}}

@if($purchasing->nic)

NIC : {{$purchasing->nic}}

@endif

{{date("d-m-Y",strtotime($purchasing->date))}}

@if(isset($purchasing_details)) @foreach($purchasing_details as $row) @endforeach @endif
# Ingredients Unit Price Quantity Total
{{$row->id}} {{$row->ingredient_name}} {{$row->unit_price}} {{$row->quantity}} {{$row->total}}
Subtotal {{$purchasing->subtotal}}
Paid {{$purchasing->paid}}
Due {{$purchasing->due}}
Total {{$purchasing->total}}