@extends('layouts.mobile') @section('title', 'Status Pembayaran') @section('content')
Order ID: {{ $order['uoid'] }}
Nama: {{ $order['nama'] }}
No HP: {{ $order['phone'] }}
Alamat:
{{ $order['address'] }}
Kota: {{ $order['kota'] }}
Total: Rp{{ number_format($order['total'], 0, ',', '.') }}