@extends('release/layouts/default') @section('title') Gatepassins @parent @stop @section('content') @include('common.errors') Gatepassins Edit Dashboard Gatepassins Edit Gatepassin 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