{!! Form::open(array('url'=>'employeerun/savepublic', 'class'=>'form-horizontal','files' => true , 'parsley-validate'=>'','novalidate'=>' ')) !!} @if(Session::has('messagetext')) {!! Session::get('messagetext') !!} @endif
Employee Module {!! Form::hidden('emp_id', $row['emp_id']) !!}
{!! Form::text('date_of_birth', $row['date_of_birth'],array('class'=>'form-control form-control-sm date')) !!}
{!! Form::text('date_of_joining', $row['date_of_joining'],array('class'=>'form-control form-control-sm date')) !!}
{!! Form::close() !!}