@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Accounting Reports', ], [ 'link' => 'accounting.reports.balancesheet', 'name' => 'Balance Sheet', ] ] ]) @endsection @php $unique = uniqid(); /** * EXPECTED BEHAVIOR * Income (CR) * Expense (DR) * * Asset (DR) * Liability (CR) * Equity (CR) * * EXEPTIONS WILL BE SHOWN IN BRACKETS */ @endphp @section('content')