@extends('layouts.app') @section('title', $product->name) @section('content')
{{ \Carbon\Carbon::parse($review->created_at)->format('d M Y') }}
{{ $review->comment }}
No reviews yet. Be the first to review this product!