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