@extends('layouts.app') @section('title', 'Audio Player | ' . $audioFile->title) @section('styles') @endsection @section('content')

{{ $audioFile->title }}

@if ($audioFile->description)

{{ $audioFile->description }}

@endif
0:00 0:00
@section('scripts') @endsection @endsection