@extends('layouts.fullscreen') @section('content')
Account Name | {{@ucwords(@strtolower($account_details->account_name))}} |
Account Type | {{@ucwords(@strtolower($account_details->account_type))}} |
Account Number | {{$account_details->account_number}} |
Balance | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($transactions_db->sum('debit') + $balance_b_f_) - $transactions_db->sum('credit')) |
# | Date | Narration | Description | Added by | Increase {{empty($app->currency) ? "GHS" : $app->currency}} |
Decrease {{empty($app->currency) ? "GHS" : $app->currency}} |
Balance {{empty($app->currency) ? "GHS" : $app->currency}} |
---|---|---|---|---|---|---|---|
Balance B/F | @if($balance_b_f_ < 0) @convert(abs($balance_b_f_)) CR @else @convert(abs($balance_b_f_)) DB @endif | ||||||
{{$transactions->id}} |