@extends('layouts.front.main') @section('title', __('frontWords.album_single')) @section('content')

ON-AIR PRESENTERS

@if($artists->count() > 0) @foreach($artists as $artist) @endforeach @endif
{{ $artists->links() }}
@endsection @section('script') @endsection