@extends('index') @section('pagination') @include('commons.album', ['albums' => $artist->albums, 'element' => 'grid']) @stop @section('content') @include('artist.nav', ['artist' => $artist])
@if(count($artist->albums))
@yield('pagination')
@else

{{ __('web.EMPTY_ALBUMS') }}

@endif
@endsection