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

Cadastro

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