@php($title = __('ftp::ftp_accounts.title_edit')) @extends('layouts.main') @section('breadclumbs')
@endsection @section('content') @include('components.form.errors_block') {!! Form::model($ftpAccount, ['method' => 'PATCH','route' => ['admin.ftp.accounts.update', $ftpAccount->id]]) !!}