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