@extends('layouts.app') @section('title','POS Invoices') @section('content')
| Invoice # | Customer | Date | Total | Payment | Status | |
|---|---|---|---|---|---|---|
| {{ $item->number ?? '—' }} | {{ $item->customer_name ?? '—' }} | {{ $item->date ?? '—' }} | {{ $item->total ?? '—' }} | {{ $item->payment_method ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | ||||||