@extends('layouts.app') @section('body-class', 'page-checkout-success') @section('content') @hookinsert('order.pay.top')
@error('error')
{{ $message }}
@enderror @if(isset($error)) {{ $error }} @endif
{{ __('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 }}
@if(isset($payment_view)) {!! $payment_view !!} @endif
@hookinsert('order.pay.bottom') @endsection @push('footer') @endpush