@extends('adminlte::page') @section('title', 'Añadir Productor/Artesano') @section('css') @stop @section('content_header')
@include('components.breadcrumbs', ['items' => ['Productores' => 'productores', 'Crear' => 'active']])

Nuevo Productor/Artesano

@stop @section('content')
@include('components.alerts')
@csrf
{{-- TAB 1: GENERAL --}}
@if(auth()->user()->isAdmin())
@endif
{{-- TAB 2: UBICACIÓN Y CONTACTO --}}
{{-- TAB 3: DETALLE PRODUCTO --}}
{{-- TAB 4: EXPERIENCIA --}} {{-- TAB 5: TAXONOMÍAS Y MULTIMEDIA --}}
@include('components.descripcion_galeria')
@stop @section('js') @stop