@extends('layout.master') @section('body-class', 'page-payment') @section('content')
| {{ __('shop/checkout.payment.order_number') }}:{{ $order['number'] }} | {{ __('shop/checkout.payment.amounts_payable') }}:{{ $order['total'] }} |
| {{ __('shop/checkout.payment.payment_method') }}:{{ $order['payment_method_name'] }} |