@extends('backend.layouts.app') @section('backend_title', 'Admin Brand Create') @section('backend_content')
| Sl No. | Tr. Date | Tr. Number | Tr. Head | Tr. Description | Amount In | Amount Out | Balance |
|---|---|---|---|---|---|---|---|
| Opening Balance | {{ number_format($openingBalance, 2, '.', ',') }} | ||||||
| {{ $index + 1 }} | {{ $item->tr_date }} | {{ $item->tr_number }} | {{ $item->expenses && $item->expenses?->id == $item->expense_id ? $item->expenses?->head_of_expense : ($item->incomes && $item->incomes?->id == $item->income_id ? $item->incomes?->head_of_income : '') }} | {{ number_format($item->amount_in, 2, '.', ',') }} | {{ number_format($item->amount_out, 2, '.', ',') }} | {{ number_format($item->balance, 2, '.', ',') }} | |
| Data Not Found!! | |||||||
| Total : | {{ number_format($totalIn, 2, '.', ',') }} | {{ number_format($totalOut, 2, '.', ',') }} | @if ($running_balance) {{ number_format($running_balance, 2, '.', ',') }} @else 0.00 @endif | ||||