@extends('layouts.app')
@section('content')
Reviews Management
| User | Attraction | Rating | Comment | Date | Actions |
|---|---|---|---|---|---|
|
{{ $review->user->name }}
|
{{ $review->touristAttraction->name }}
|
@for($i = 1; $i <= 5; $i++)
@endfor
|
{{ Str::limit($review->comment, 100) }}
|
{{ $review->created_at->format('M d, Y') }} |