@extends('layouts.main') @section('content')
{{trans('app.pim.employees.qualifications.work_experience.edit_details')}}
{!! Form::model($experience, ['method' => 'PUT', 'route' => ['pim.employees.qualifications.work_experience.update', Route::input('employeeId'), $experience->id], 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data']) !!} @include('pim::employee_qualifications.work_experience._form', ['submitName' => trans('app.submit')]) {!! Form::close() !!}
@endsection