@extends('layouts.main-app') @section('title', 'Home') @section('content') @include('layouts.navbar')
Reward Points
Redeemed Points
Next Delivery Date:
{{ $subscription_transactions->date_received }}
Transaction ID: {{ $transaction->id }}
{{ $transaction->created_at->format('F d, Y') }}
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"}} |
|
|
@if($order->status === 'Paid') View Details @else @endif |