Purchase

Messers:

{{ $preceive->vendor1 }}

Invoice #

{{ $preceive->sno }}

Date:

{{ \Carbon\Carbon::parse($preceive->date)->format('d/m/Y') }}

Po #

{{ $preceive->pono }}

Po Date:

{{ \Carbon\Carbon::parse($preceive->podate)->format('d/m/Y') }}

Phone:

{{ $preceive->ca1->phone }}

Area:

{{ $preceive->ca1->area }}

City:

{{ $preceive->ca1->city }}

Address:

{{ $preceive->ca1->address }}

@foreach ($preceive->preceived as $key => $bl) @if($md != $bl->product->company4) @if($bl->product->company4) @endif @endif
Product Name Batch Expiry Qty Rate Gross Disc% Stax% Total
{{ $bl->product->company4->company }}
{{$bl->desc1}} {{str_replace('IMPORT-' , '' ,str_replace('LOCAL-' , '' ,$bl->batch))}} {{\Carbon\Carbon::parse($bl->expiry)->format('d/m/Y')}} {{$bl->qty1}} {{$bl->rate}} {{$bl->qty1 * $bl->rate}} {{$bl->disc}} {{$bl->stax}}