@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('audio::admin.common.subMenu', ['template' => 'audio_track_list'])

{{trans('audio::general.artist')}} : @{{audioArtistCtrl.audioArtists.artist_name}}

{{trans('base::general.not_found')}}
@include('base::layouts.pagination')

{{ trans('base::general.404_not_found') }}

{{ trans('base::general.not_found_text') }}

@endsection @section('scripts') @endsection