@extends('frontend.layouts.user.master') @section('title', $page_title) @section('content')
|
|
Order No | Date & Time | Payment | Amount | Action | |
|---|---|---|---|---|---|---|
| {{ ++$id }} | {{ $invoice->order->order_number }} | {{ $invoice->created_at->format('d M Y, h:i A') }} | {{ $invoice->order->total_amount }} | View Invoice |