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

{{ $artist['products']['total'] }} {{ count($artist['products']['data']) == 1 ? 'Evento' : 'Eventos' }} en total

@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 --}} {{--

Los fans de {{ $artist['artist']['name'] }} también prefieren

@endsection