@extends('warehouse/layouts/default') @section('title') ChildCargo @parent @stop {{-- Page content --}} @section('content')

ChildCargo

@include('flash::message')

ChildCargo Create


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