@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Manage Transcript'])
@csrf
Manage Transcript for: {{ $audio->title }}
Back
@forelse($audio->transcripts as $index => $transcript) @empty @endforelse
Tamil Text Start Time End Time Action
@endsection @push('styles') {{-- SweetAlert2 --}} {{-- FontAwesome for icons --}} @endpush @push('scripts') {{-- SweetAlert2 --}} @endpush