@extends('base::layouts.default')
@section('stylesheet')
@endsection
@section('header')
@include('base::layouts.headers.dashboard') @endsection
@section('content')
@include('audio::admin.common.subMenu', ['template' => 'audio_detail', 'id' => $id, 'control' => 'vAudioDetailsCtrl'])
@include('audio::admin.common.popup', ['control' => 'vAudioDetailsCtrl'])
{{trans('base::general.not_found')}}
@{{ audio.audio_title }}
-
@{{ audio.user.name }}
-
@{{ audio.audio_duration }}
-
@{{ audio.formatted_created_date }}
-
Active
In Active
Artist
@{{ audio.artist.artist_name }}
Album
@{{ audio.album.album_name }}
Audio Language
@{{ audio.album.audio_language }}
Genre
@{{ audio.album.genre_name }}
-
Geographic Wise View
| Location |
Total Videos |
Percentage (%) |
| No Record Found |
Performance statistics
{{ trans('base::general.404_not_found') }}
{{ trans('base::general.not_found_text') }}
@endsection @section('scripts')
@endsection