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