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

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

{{csrf_field()}}
@if(!empty($start_date))

{{\App\Models\GlAccount::find($gl_account_id)->name}} - Ledger Statement {{$start_date}} to {{$end_date}}


@if(!empty(\App\Models\Setting::where('setting_key','company_logo')->first()->setting_value))
@endif

{{\App\Models\Office::find($office_id)->name}}
from: {{$start_date}} to {{$end_date}}

{{trans_choice('general.date',1)}} {{trans_choice('general.reference',1)}} Entry {{trans_choice('general.debit',1)}} {{trans_choice('general.credit',1)}} {{trans_choice('general.balance',1)}}