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