@extends('adminlte::page') @section('title', 'Session Reports') @section('content')

All Session Reports

New Session Report
@if(session('success'))
{{ session('success') }}
@endif @foreach($reports as $report) @endforeach
Student Date Session # Actions
{{ $report->student->full_name }} {{ $report->date }} {{ $report->session_number }} View Edit
@csrf @method('DELETE')
{{ $reports->links() }}
@endsection