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

Interchange

Create New Interchange


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