@extends('layouts.app') @section('title','Neuer '.$meta['singular']) @section('breadcrumb') @endsection @section('content')

Neu

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