@extends('layouts.app') @section('content')

New {{request('type')}}

Proforma Invoice, is a preliminary document sent by a seller to a potential buyer before a formal sale or transaction takes place. It outlines the terms of a potential sale, including the estimated cost of goods or services, and serves as a quotation or price estimate.
@csrf @if($check_purchase == null) @else @endif
Purchase Information
Customer Name*
Purchase Date
Other Information
Item
Quantity
Rate
UOM
@foreach($purchases as $receipt) @endforeach
Item Details
Sr# Item Rate
{{empty($app->currency) ? GHS : $app->currency}}
Quantity Total
{{empty($app->currency) ? GHS : $app->currency}}
Actions
{{$loop->iteration}}
 

Subtotal

Discount

Total

@convert($purchases->sum('purchase_total'))

@convert(0)

@convert($purchases->sum('purchase_total'))

Note
@endsection