@extends('layouts.app') @section('title', 'Review - ' . $review->customer_name) @section('page-title', 'Review from ' . $review->customer_name) @section('content')
{{ $review->comment ?? 'No comment' }}
{{ $review->source }}
Created: {{ $review->created_at->format('M d, Y H:i') }}
Updated: {{ $review->updated_at->format('M d, Y H:i') }}