@extends('admin.layouts.simple.master') @section('title', 'Students') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
# | Course | User Email | Name | Comment | Rating | Status | Date | Action |
---|---|---|---|---|---|---|---|---|
{{ $key}} | {{ ($review->course->name) ?? '--' }} | {{ ($review->user->email) ?? '--' }} | {{ ($review->name) ?? '--' }} | {{ ($review->comment) ?? '--' }} | {{ ($review->rating) ?? '--' }} | {{ ($review->status == 0) ? 'Un Approved' : 'Approved' }} | {{ $review->created_at->format('Y-m-d H:i:s')}} |
|