{{ $errors->first('date',":message") }}
{{Form::Date('from_date', '', ['class' => 'form-control form-control-sm cls_date', 'aria-label' => 'Default', 'aria-describedby' => 'inputGroup-sizing-default'])}}
{{ $errors->first('date',":message") }}
{{Form::Date('to_date', '', ['class' => 'form-control form-control-sm cls_date', 'aria-label' => 'Default', 'aria-describedby' => 'inputGroup-sizing-default'])}}
{{ $errors->first($branch_labels['module'],":message") }}
{{ $errors->first('category',":message") }}
{{--
{{ $errors->first('head',":message") }}
@php($type_list = [Crypt::encrypt('0')=>'Select User Type '])
@foreach(EF::getUserTypeWithRole() as $rows)
@php($type_list += [Crypt::encrypt($rows->id)=> $rows->name])
@endforeach
{{Form::select('user_type', $type_list, '' , array('class' => 'form-control form-control-sm cls_required cls_selection','onChange' => 'getUserByDealer(this,"'.$key_element.'")'))}}
{{ $errors->first('user',":message") }}
--}}
{{ $errors->first('format',":message") }}