@extends('layouts.app')
@section('body-class', 'page-checkout-success')
@section('content')
{{ __('front/order.order_number') }} | {{ __('front/order.order_billing') }} | {{ __('front/order.order_total') }} | {{ __('front/order.order_status') }} |
---|---|---|---|
{{ $order->number }} | {{ $order->billing_method_name }} | {{ currency_format($order->total) }} | {{ $order->status_format }} |