@extends('layouts._includes.admin.Header') @section('titulo', 'Cadastro de HorĂ¡rio') @section('conteudo')

Cadastrar Formador

@include('forms._formFormador.index')
@if (session('curso.cadastrar.true')) @endif @if (session('curso.cadastrar.false')) @endif @endsection