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