{{ __('Data Order #') }}{{ $order->number }}
ID #{{ $order->number }}
Nama {{ $order->billing->customer_name }}
Periode {{ $order->billing->billing_periode->name }}
Paket {{ $order->billing->paket_name }}
Total Harga @moneyIDR( $order->billing->paket_price)
Status Pembayaran @if ( $order->payment_status == '1') {{ __('billing.status.waiting-payment') }} @elseif ( $order->payment_status == 2) {{ __('billing.status.paid-off') }} @elseif ( $order->payment_status == 3) {{ __('billing.status.expired') }} @else {{ __('billing.status.cancelled') }} @endif
Tanggal {{ $order->created_at->format('d M Y H:i') }}
@section('custom_scripts') // @if ($message = Session::get('success')) @endif @endsection