@extends('fullin/layouts/default') @section('title') Cargodeclaration @parent @stop @section('content') @include('common.errors') Cargodeclaration Create New Cargodeclaration {!! Form::open(['route' => 'fullin.cargodeclarations.store']) !!} @include('fullin.cargodeclarations.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop