@include('landlord_layouts.header')
| Account No. | First name | Last name | Address | Unit No. | Rental Period From | Rental Period To | Payment Amount | Payment Date |
|---|---|---|---|---|---|---|---|---|
| {{$h->unique_id}} | {{$h->first_name}} | {{$h->last_name}} | {{$h->address}} | {{$h->unit_id}} | {{date('m/d/Y', strtotime($h->cov_from_date))}} | {{date('m/d/Y', strtotime($h->cov_to_date))}} | ${{number_format($h->total_amount,2)}} | {{date('m/d/Y', strtotime($h->transaction_date))}} |