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

Gatepassins Edit

Edit Gatepassin


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