@if (session()->has('error'))
{{ session('error') }}
@endif
@if($selectedStudentId)
Student selected: {{ $selectedStudent }}
@else
Type and select a student from the dropdown
@endif
@if($showResults)
@endif
Print Statement
@if(!$selectedStudentId && !$startDate && !$endDate && !$statusFilter)
Showing the most recent 20 transactions. Use the filters above to narrow down results.
@endif
@if(method_exists($transactions, 'links'))
{{ $transactions->links() }}
@endif