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