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

fullinin

Create New fullinin


{!! Form::open(['route' => 'release.fullinins.store']) !!} @include('release.fullinins.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop