@extends('layouts.modulos') @section('content')

Cadastrar Novo Módulo

{{csrf_field()}}
@include('Config.modulos._form')
@endsection