@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('base::general.not_found')}}

@{{vAudioArtistCtrl.audioArtists.artist_name}}

@{{record.audio_title}} @{{record.album.album_name}} , @{{record.view_count}} Plays

@{{record.audio_description}}

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

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

@endsection @section('scripts') @endsection