@extends('adminlte::page') @section('title', 'Añadir Espacio Cultural') @section('css') @stop @section('content_header')
@include('components.breadcrumbs', ['items' => ['Espacios Culturales' => 'espacios-culturales', 'Crear' => 'active']])

Nuevo Espacio Cultural

@stop @section('content')
@include('components.alerts')
@csrf
{{-- TAB 1: GENERAL --}}
{{-- TAB 2: HORARIOS Y PRECIOS --}}
Detalle por días
@foreach(['lunes', 'martes', 'miercoles', 'jueves', 'viernes', 'sabado', 'domingo'] as $dia)
@endforeach
{{-- TAB 3: UBICACIÓN Y CONTACTO --}}
{{-- TAB 4: CATEGORÍAS --}}
{{-- TAB 5: MULTIMEDIA --}}
@include('components.descripcion_galeria')
@stop @section('js') @stop