@extends('layouts.app') @section('title', 'Waiting for M-Pesa Payment — ecanetworks.com') @push('styles') @endpush @section('content')
{{-- Header --}}

ecanetworks.com

Complete Your Payment

{{-- Body --}}
{{-- Order Summary --}}
Order #{{ $order->order_number }}
{{ $order->items_count ?? $order->orderItems->count() }} {{ Str::plural('item', $order->items_count ?? $order->orderItems->count()) }}
KSh {{ number_format($order->total, 2) }}
{{-- Pending State --}}
{{-- Phone SVG --}}

Check your phone

We sent a payment request to {{ $order->shipping_phone }}.
Enter your M-Pesa PIN to complete the payment.

Do not close this page — waiting for payment confirmation…
Elapsed: Checking again in
{{-- Timeout notice (shown after 3 minutes) --}}
Taking longer than expected. Please check your M-Pesa messages or contact our support team at support@ecanetworks.com.
{{-- Success State --}} {{-- Failed State --}}
{{-- /.mpesa-card__body --}}
{{-- /.mpesa-card --}}
@endsection @push('scripts') @endpush