Manage Access

Student: {{ $user->name }} ({{ $user->username }})

Back to Students
@csrf

Select Paid Notes to Grant Access

@if($paid_notes->isEmpty())

No paid notes available in the repository.

@else
@foreach($paid_notes as $note) @endforeach
@endif
Cancel