@extends('adminlte::page') @section('title', 'Añadir Evento') @section('css') @stop @section('content_header')
@include('components.breadcrumbs', ['items' => ['Eventos' => 'eventos', 'Crear' => 'active']])

Nuevo Evento

@stop @section('content')
@include('components.alerts')
@csrf
{{-- TAB 1: GENERAL --}}
@if(auth()->user()->isAdmin())
@endif
Esta imagen aparecerá como principal en WordPress.
{{-- TAB 2: FECHAS Y HORARIOS --}}
Si la fecha de fin es distinta a la de inicio, se generará automáticamente el texto "Del X al Y" en WordPress.
{{-- TAB 3: LOCALIZACIÓN Y ORGANIZADORES --}}
{{-- TAB 4: NEOCOM --}}
@stop @section('js') @stop