@extends('app') @section('content')
@include('common.errors') {!! Form::open(['route' => '$MODEL_NAME_PLURAL_CAMEL$.store']) !!} @include('$MODEL_NAME_PLURAL_CAMEL$.fields') {!! Form::close() !!}
@endsection