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

Consignee

Create New Consignee


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