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

Goods Reciept Note

@csrf @if($checkReceipt == null) @else @endif
Trans. Information
@if($checkReceipt == null) @else @endif
Vendor*
Date*
Item Information
Item *
Quantity*
Rate *
UOM
@foreach($receipts 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}}
 

Amount

Discount

VAT

Bill Amount

{{empty($app->currency) ? "GHS" : $app->currency}}@convert(round($sumTotalGoods, 2))

{{empty($app->currency) ? "GHS" : $app->currency}}00.00

{{empty($app->currency) ? "GHS" : $app->currency}}00.00

{{empty($app->currency) ? "GHS" : $app->currency}}@convert(round($sumTotalGoods, 2))
Note
@endsection