@extends('layouts.main-app') @section('title', 'Purchase') @section('content') @include('layouts.navbar')
Order Number | Date | Status | Order Total | Points | Courier | Shipping Fee | Uploaded Prescription | Discount Proof | |
---|---|---|---|---|---|---|---|---|---|
#{{ str_pad($order->id, 6, '0', STR_PAD_LEFT) }} | {{ $order->created_at->format('F d, Y') }} | {{ $order->status }} | ₱{{ number_format($order->total, 2) }} | {{ floor($order->total / 100) }} Points | {{$order->courier ?: "No courier yet"}} | {{$order->shipping_fee ?: "No shipping fee yet"}} |
|
|
View Details |