@extends('layouts.app') @section('content')
| Order # | Website | Total | MyTax Status | Actions |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->website->name ?? 'N/A' }} | RM {{ number_format($order->total, 2) }} | @if($order->mytax_submission_uid) Submitted @else Not Submitted @endif |
Select an order to preview invoice data