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