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