@extends('dashboard.layouts.app') @section('content') @if (session('success'))
| Index | Name | Date | Type | Amount | File | Description | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $invoice->name ?? '' }} | {{ $invoice->date ?? '' }} | {{ $invoice->expenseHead->name ?? '' }} | {{ $invoice->amount ?? ''}} | {{ $invoice->description ?? '' }} | ||
| No Expenses found. | |||||||