@extends('layouts.app') @section('title',$ftp_account->name) @section('breadcrumb') @endsection @section('content')

{{ $ftp_account->name }}

@include('includes.errors') {!! Form::model($ftp_account, ['action' => [ 'FtpAccountController@update',$ftp_account],'method' => 'put' ]) !!} @include('ftp._form')
{!! Form::close() !!} @endsection