@extends('frontend.app') @section('content')
{!! adCode('ad_all_page_top') !!}

{{ trans('Artists') }}

{{ trans('artists_subtitle') }}

    @each('frontend.artist-list', $data, 'item')
@include('frontend.pagination')
@if (!isInfiniteScroll()) {!! adCode('ad_all_page_bottom') !!} @endif
@endsection