@include('layouts.sub_menu.account')
@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('account_id', __('account.account') . ':') !!}
{!! Form::select('account_id', $accounts, null, ['class' => 'form-control select2', 'style' => 'width:100%']) !!}
{!! Form::label('date_filter', __('report.date_range') . ':') !!}
{!! Form::text('date_range', null, [
'placeholder' => __('lang_v1.select_a_date_range'),
'class' => 'form-control',
'id' => 'date_filter',
'readonly',
]) !!}
@endcomponent
@component('components.widget')
| @lang('messages.date') |
@lang('account.payment_ref_no') |
@lang('account.invoice_ref_no') |
@lang('sale.amount') |
@lang('lang_v1.payment_type') |
@lang('account.account') |
@lang('lang_v1.description') |
@lang('messages.action') |
@endcomponent
@endsection
@section('javascript')
@endsection