@extends('adminlte::page') @section('title', 'Añadir Localización') @section('css') @stop @section('content_header')
@include('components.breadcrumbs', ['items' => ['Eventos' => '#', 'Localizaciones' => 'event-locations.index', 'Crear' => 'active']])

Nueva Localización

@stop @section('content')
@include('components.alerts')
@csrf
{{-- TAB 1: INFORMACIÓN PRINCIPAL --}}
@error('name') {{ $message }} @enderror
@stop