{!! Form::open(array('route' => $routes, 'method' => 'POST' ,'id' => 'ajaxSave','files' => true)) !!}
{!! Form::label('', __('employee.name'), ['class' => 'control-label mb-2']) !!} {!! Form::text('',$data->first_name.' '.$data->last_name, ['readonly' => true, 'id' =>'first_name']) !!}
{!! Form::label('', __('employee.email'), ['class' => 'control-label mb-2']) !!} {!! Form::text('',$data->email, ['readonly' => true,'id' =>'email_id']) !!}
{!! Form::password('password') !!}