@extends('emptycontainer/layouts/default') @section('title') Emptycontainer @parent @stop @section('content') @include('common.errors')

Emptycontainer

Create New Emptycontainer


{!! Form::open(['route' => 'emptycontainer.emptycontainers.store']) !!} @include('emptycontainer.emptycontainers.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop