@extends('admin.layouts.app') @section('title', 'Student Reviews') @section('content')
{{ $reviews->total() }} total
| Student | Actions |
|---|---|
|
{{ $review->student_name }} {{ $review->video_url ? 'Has video URL' : 'No video URL' }} |