{!! Form::label('voucher_date', __('accounting-reports::lang.voucher_date') . ':*') !!}
{!! Form::text('voucher_date', date('Y-m-d'), ['class' => 'form-control date-picker', 'required', 'readonly']) !!}
{!! Form::label('location_id', __('accounting-reports::lang.location') . ':') !!}
{!! Form::select('location_id', $locations, null, ['class' => 'form-control select2', 'placeholder' => __('lang_v1.all'), 'style' => 'width:100%']) !!}