@extends('layouts.admin') @section('title',__('All Audio')) @section('content')
add {{__('Create Audio')}} delete {{__('Delete Selected')}} {{-- @if (Session::has('changed_language')) translate{{__(' Translate all to')}} {{Session::get('changed_language')}} @endif --}}
@if ($movies) @endif
#
{{__('Thumbnail')}} {{__('Audio Title')}} {{__('Featured')}} {{__('Status')}} {{__('Created By')}} {{__('Actions')}}
@endsection @section('custom-script') @endsection