@extends('layouts.app') @section('title', 'Reviews') @section('page-title', 'Student Reviews') @section('breadcrumb', 'Website / Reviews') @push('styles') @endpush @section('content') @php $status = $status ?? request('status'); @endphp
Moderate reviews from your public institute page ({{ $company->name }}).
| Reviewer | Review | Rating | Status | Date | Actions |
|---|---|---|---|---|---|
|
{{ $item->reviewer_name }}
{{ $item->reviewer_email ?: '—' }}
|
{{ $item->content }}
|
{{ $item->rating }}/5
|
|
{{ optional($item->created_at)->format('M d, Y') }}
{{ optional($item->created_at)->format('H:i') }}
|
@if(! $item->is_approved)
@else
@endif
|
No reviews yet
When students submit reviews on your public institute page, they will appear here for approval.
Open public reviews section →