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

Rorotype

Create New Rorotype


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