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

{{ trans('Albums') }}

{{ trans('albums_subtitle') }}

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