@extends('gatepassout/layouts/default') @section('title') Interchanges @parent @stop @section('content') @include('common.errors') Interchanges Edit Dashboard Interchanges Edit Interchange Edit Interchange {!! Form::model($interchange, ['route' => ['gatepass.interchanges.update', collect($interchange)->first() ], 'method' => 'patch']) !!} @include('gatepass.interchanges.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop