@extends('layouts/contentNavbarLayout') @section('title', 'Period Report') @section('vendor-style') @endsection @section('content')
| Date | Type | Description | Amount (₹) | Payment Mode | Reference |
|---|---|---|---|---|---|
| {{ $row->date_display }} | @if($row->type === 'Rent') Rent @elseif($row->type === 'Deposit') Deposit @else Expense @endif | {{ $row->description }} | ₹ {{ number_format($row->amount, 2) }} | {{ $paymentModes[$row->payment_mode] ?? $row->payment_mode ?? '—' }} | {{ $row->reference ?? '—' }} |
| No transactions for the selected filters. | |||||
| Total | ₹ {{ number_format($total, 2) }} | ||||