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

Interchanges Edit

Edit Interchange


{!! Form::model($interchange, ['route' => ['admin.interchanges.update', collect($interchange)->first() ], 'method' => 'patch']) !!} @include('admin.interchanges.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop