@extends('layouts.master') @section('title') Transaction Report @endsection @section('css') @endsection @section('content')
| S.No | Payment Date | Tenant ID | Tenant | Plan | Price | Time Period | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $transactions->firstItem() + $index }} | {{ \Carbon\Carbon::parse($transaction->payment_date)->format('d-m-Y') }} | {{ $transaction->tenant_id }} | {{ $transaction->tenant_name }} | {{ $transaction->plan_name }} | ₹{{ number_format($transaction->price, 2) }} | {{ \Carbon\Carbon::parse($transaction->start_date)->format('d-m-Y') }} to {{ \Carbon\Carbon::parse($transaction->end_date)->format('d-m-Y') }} | {{ ucfirst($transaction->payment_status) }} | View Download |
| No transaction records found | ||||||||