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

Vendor Transactions

From
to
Vendor Name {{@ucwords(@strtolower($vendor->vendor_name))}}
Contact {{$vendor->vendor_phone}}
Email {{@ucwords(@strtolower($vendor->vendor_emai))}}
{{$to . "/" . $from}}
@if($balance_b_f_ !== 0) @endif @foreach($transactions_db->chunk(50) as $rows) @foreach($rows as $transactions) @if(empty($transactions->receipt) && empty($transactions->issue)) @continue @endif
# Date Item Type Receipt Issue Rate
{{empty($app->currency) ? "GHS" : $app->currency}}
Item Value
{{empty($app->currency) ? "GHS" : $app->currency}}
Balance B/F
{{$transactions->id}}