@extends('admin.includes.base') @section('content')
@include('common.notify')

Guru Nanak Food Bank

{{ $purchase->vendorInfo->first_name.' '.$purchase->vendorInfo->last_name }}

{{ $purchase->vendorInfo->address.', '.$purchase->vendorInfo->postal_code }}
{{ '+'.$purchase->vendorInfo->country_code.'-'.$purchase->vendorInfo->contact }}
{{ $purchase->vendorInfo->email }}

Punch Purchase Order {{ '#'.$purchase->purchase_number }}


{{csrf_field()}}
@if(!empty($items)) @for($i=0; $i @endfor @endif
Item Quantity Unit Price
{{ $items[$i] }}
{{ $units[$i] }}
C
Total
C
@if ($errors->has('delivery_date')) {{ $errors->first('delivery_date') }} @endif
@if ($errors->has('delivery_location')) {{ $errors->first('delivery_location') }} @endif
@if ($errors->has('comments')) {{ $errors->first('comments') }} @endif
@if ($errors->has('v_comments')) {{ $errors->first('v_comments') }} @endif
@if ($errors->has('proof')) {{ $errors->first('proof') }} @endif
@endsection @push('scripts') @endpush