@extends('layouts.admin') @section('title', 'Expenses') @section('page-title', 'Expenses') @section('content')
| Date | Doc. No. | Vendor Name | Category | Amount | Action | |
|---|---|---|---|---|---|---|
| {{ $note->expense_date->format('d - M - Y') }} | {{ $note->expense_number }} | {{ $note->partyName() }} | {{ $note->displayCategory() }} | ₹ {{ number_format($note->grand_total, 2) }} |
Record vendor expenses with categories, GST, payment method, and printable documents.
New Expense @include('admin.expenses.partials.lifecycle')