@extends('layouts.master') @section('title') {{trans_choice('general.trial_balance',1)}} @endsection @section('content')

{{trans_choice('general.trial_balance',1)}} @if(!empty($start_date)) for period: {{$start_date}} to {{$end_date}} @endif

{{csrf_field()}}
@if(!empty($end_date))
{{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}}
Month to date Year to date
{{trans_choice('general.gl_code',1)}} {{trans_choice('general.account',1)}} {{trans_choice('general.debit',1)}} {{trans_choice('general.credit',1)}} {{trans_choice('general.debit',1)}} {{trans_choice('general.credit',1)}}