@extends('layouts.digitar') @section('Breadcrumbs') {!! Breadcrumbs::render('organ-unit.create') !!} @endsection @section('content')
@include('common.errors')

NOVO REGISTRO

{!! Form::open([ 'route' => 'organ-unit.store', 'files' => true, 'method' => 'POST', ]) !!} @include('organ-unit.fields') {!! Form::close() !!}
@endsection