@extends('layouts.public') @section('content') @php /** * Customer "Leave a review" — a focused form for one delivered order, shown inside * the account area (not the public restaurant page). Reviews are per order; the * controller (AccountController::reviewForm) redirects to My reviews if this specific * order was already reviewed. * @var array $order delivered order joined with its restaurant (restaurant_name, restaurant_slug, restaurant_logo, order_number) */ @endphp
{!! t_raw('account.review_intro', [':name' => '' . e($order['restaurant_name']) . '']) !!}