{!! Form::open(['url' => route('contact.store'),'id' => 'contact_store']) !!}
Neuer Kontakt
@include('contact._form',['resource' => new App\Contact()])
{!! Form::close() !!}
{!! Form::open(['url' => route('ftp.store'),'id' => 'ftp_store']) !!}
Neuer FTP-Account
@include('ftp._form',['resource' => new App\FtpAccount()])
{!! Form::close() !!}