@extends('release/layouts/default') @section('title') Gatepassin @parent @stop @section('content') @include('common.errors')
Gatepassin
Dashboard
Gatepassins
Create Gatepassin
Create New Gatepassin
{!! Form::open(['route' => 'release.gatepassins.store']) !!} @include('release.gatepassins.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop