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

Edit Class Session

@csrf @method('PUT')
Cancel

Delete Session

This completely removes the session and any associated attendance records. Instead of deleting, consider changing the status to "Cancelled".

@csrf @method('DELETE')