@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo evento')) @section('content')
@php $headLine = " " . __('Novo evento'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => $headLine, 'routeBack' => 'admin.cultura.credenciamentoMusicos.eventos.index', 'routeBackParams' => [], 'nameBack' => __('Voltar'), 'permission' => 'GERENCIADOR_CREDENCIAMENTO_DE_MUSICOS', ])
@include('errors.messageFlash')
@csrf @include('admin.cultura.credenciamentoMusicos.eventos._form')
@endsection