@extends('layouts.app') @section('title','Debit Notes') @section('content')
| DN # | Supplier | Date | Total | Status | |
|---|---|---|---|---|---|
| {{ $item->number ?? '—' }} | {{ $item->supplier->name ?? '—' }} | {{ $item->date ?? '—' }} | {{ $item->total ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | |||||