@extends('layouts.app') @section('title', 'Inicio') @section('body')
{{-- {{dd($artist['image_iconn'])}} --}}
Artista {{ $artist['name'] }}
{{ $artist['name'] }}
Eventos
Sobre el artista
{{-- {{dd($products)}} --}}

{{ $products->count() }} {{ $products->count() == 1 ? 'Evento' : 'Eventos' }} en total

{{-- {{dd($products)}} --}} {{--
@if ($artist['products']['last_page'] > 1)
@if ($artist['products']['prev_page_url']) < @endif @foreach ($artist['products']['links'] as $link) @if (is_numeric($link['label'])) {{ $link['label'] }} @endif @endforeach @if ($artist['products']['next_page_url']) > @endif
@endif
--}}
{{-- card Artist --}}
@endsection