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

Cargoheader

Create New Cargoheader


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