@extends('layouts.app') @section('title','Trial Balance') @section('pages')
Sl No | Account Name | Debit | Credit | Balance |
---|---|---|---|---|
{!! $i++ !!} | {{ $groupName }} | {{ convertDecimelPoint($groupData['total_debit']) }} | {{ convertDecimelPoint($groupData['total_credit']) }} | {{ convertDecimelPoint($groupData['total_balance']) }} |
Total | {{ $totalDebit }} | {{ $totalCredit }} | {{ $totalBalance }} |