@include('layouts.sub_menu.account')
@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('trial_bal_location_id', __('purchase.business_location') . ':') !!}
{!! Form::select('trial_bal_location_id', $business_locations, null, ['class' => 'form-control select2', 'style' => 'width:100%']); !!}
@endcomponent
| @lang('account.trial_balance') |
@lang('account.debit') |
@lang('account.credit') |
| @lang('account.supplier_due'): |
|
|
| @lang('account.customer_due'): |
|
|
| @lang('account.account_balances'): |
|
|
{{--
| @lang('account.capital_accounts'): |
|
|
--}}
| @lang('sale.total') |
|
|
@stop
@section('javascript')
@endsection