{!! Form::hidden('start_date', '', ['id' => 'start_date']) !!}
{!! Form::hidden('end_date', '', ['id' => 'end_date']) !!}
{!! Form::label('location_id', __('business.business_location') . ':') !!}
{!! Form::select('location_id', $locations, null,
['class' => 'form-control select2', 'id' => 'location_id', 'placeholder' => __('messages.all')])
!!}
{!! Form::label('user_id', __('daybook::lang.user') . ':') !!}
{!! Form::select('user_id', $users, null,
['class' => 'form-control select2', 'id' => 'user_id', 'placeholder' => __('messages.all')])
!!}
| @lang('daybook::lang.datetime') |
@lang('daybook::lang.voucher_no') |
@lang('daybook::lang.module') |
@lang('daybook::lang.party') |
@lang('daybook::lang.location') |
@lang('daybook::lang.account') |
@lang('daybook::lang.debit') |
@lang('daybook::lang.credit') |
@lang('daybook::lang.narration') |
@lang('daybook::lang.user') |
| @lang('daybook::lang.total'): |
0.00 |
0.00 |
|
| Opening Balance: |
0.00 |
- |
|
| Current Total: |
0.00 |
0.00 |
|
| Closing Balance: |
0.00 |
- |
|