@extends('frontend.layouts.booking') @section('title', __('Confirmation')) @section('content')
{{ __('Your order reference is :ref', ['ref' => $order->public_id]) }}
{{ __('A confirmation email has been sent to :email', ['email' => $order->user->email]) }}