@extends('layouts.master') @section('title') {{trans_choice('general.trial_balance',1)}} @endsection @section('content')
| {{trans_choice('general.trial_balance',1)}} | |||||||
| {{trans_choice('general.office',1)}} : | @if($office_id!=0) {{\App\Models\Office::find($office_id)->name}} @endif | {{trans_choice('general.from',1)}} {{$start_date}} {{trans_choice('general.to',1)}} {{$end_date}} | |||||
| Opening Balances | Month to date | Year to date | |||||
|---|---|---|---|---|---|---|---|
| {{trans_choice('general.gl_code',1)}} | {{trans_choice('general.account',1)}} | {{trans_choice('general.opening',1)}} {{trans_choice('general.debit',1)}} | {{trans_choice('general.opening',1)}} {{trans_choice('general.credit',1)}} | {{trans_choice('general.debit',1)}} | {{trans_choice('general.credit',1)}} | {{trans_choice('general.debit',1)}} | {{trans_choice('general.credit',1)}} |