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

Cadastro

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