@extends('layouts.admin') @section('page-title', 'Invoices') @section('content')
| Order # | Customer | Date | Amount | Payment | |
|---|---|---|---|---|---|
| {{ $o->order_number }} | {{ $o->user->company_name }} | {{ $o->created_at->format('d M Y') }} | ₹{{ number_format($o->total_amount,2) }} | View / Download | |
| No invoices yet | |||||