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

Nuevo Espacio Natural

@stop @section('content')
@include('components.alerts')
@csrf
{{-- TAB 1: GENERAL --}}
{{-- TAB 2: UBICACIÓN --}}
{{-- TAB 3: CATEGORÍAS --}}
{{-- TAB 4: MULTIMEDIA --}}
@include('components.descripcion_galeria')
@stop @section('js') @stop