@extends('painel.layouts.dashboard') @section('title', 'Cadastro de Legislatura') @section('title-dashboard') Legislatura @endsection @section('pg-home') @endsection @section('content') @parent @if ($errors->any()) @endif
Cadastrar Legislatura
{!! Form::open(['route' => 'legislaturaCadastrargo', 'class' => 'horizontal-form', 'files' => true]) !!}

Cadastro

@include ('painel.legislatura.form')
{!! Form::close() !!}
@endsection