{{ __('File') }} {{ __('Info') }} {{ __('Play') }} {{ __('Action') }} @forelse ($music ?? [] as $song) {{ $song->workbook_title }} {{ $song->created_at->format('M d, Y') }} {{-- --}} {{-- {{$song->duration ?? 0}} {{ __('seconds') }}--}} {{-- --}}
0:00 @empty {{ __('No entries created yet.') }} @endforelse
{{ $music->links('pagination::bootstrap-5-alt') }}