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

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

{{csrf_field()}}
@if(!empty($start_date))
@foreach(\App\Models\GlAccount::where('account_type','income')->orderBy('gl_code','asc')->get() as $key)
{{trans_choice('general.income',1)}} {{trans_choice('general.statement',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}}
{{trans_choice('general.on',1)}}: {{date("Y-m-d H:i:s")}}
{{trans_choice('general.gl_code',1)}} {{trans_choice('general.account',1)}} {{trans_choice('general.office',1)}} Month to Date Year to Date
{{trans_choice('general.income',1)}}