@extends('layouts.app') @section('title', __('payment.title') . ' | ' . $siteName) @section('content')
{{-- Breadcrumb --}} {{-- Payment Card --}}
{{-- Order Summary --}}
{{ __('payment.order_number') }} {{ $payment->order_number }}
{{ __('payment.customer') }} {{ $payment->customer_name }}
{{ __('Total') }} SAR {{ $amountDisplay }}
{{-- Moyasar Payment Form Container --}}

{{ __('payment.choose_method') }}

{{-- Security Note --}}
{{ __('payment.secure_note') }}
@endsection @push('styles') @endpush @push('head') {{-- Moyasar Payment SDK --}} @endpush @push('scripts') @endpush