@extends('layouts.app') @section('title', 'Enter Access Code | Secure Audio Player') @section('content')

Secure Audio Player

@if (session('error'))
{{ session('error') }}
@endif

Please enter your access code to listen to the audio content

@csrf
@section('scripts') @endsection @endsection