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

Cadastro

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