@extends('layouts.admin') @section('page_title','Reviews') @section('content')
| Name | Review | Rating | Status | Actions |
|---|---|---|---|---|
| {{ $r->name }}@if($r->designation) {{ $r->designation }}@endif |
{{ Str::limit($r->review,60) }} | {{ str_repeat('⭐',$r->rating) }} | @if($r->is_active)Active@elseHidden@endif |