@lang('common.select_criteria')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'transaction-search', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@if ($errors->has('type'))
{{ @$errors->first('type') }}
@endif
{{ Form::close() }}