@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Editar evento')) @section('content')
@php $headLine = " " . __('Editar 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 @method('put') @include('admin.cultura.credenciamentoMusicos.eventos._form', ['evento' => $evento])
@endsection