@include('tenant_layouts.header')
@include('tenant_layouts.navbar')
@include('tenant_layouts.topbar')
Account number: {{$tenant->unique_id}}
{{date("m/d/Y", strtotime($history[0]->transaction_date))}}
${{number_format($history[0]->rental_amount, 2)}}
${{number_format($history[0]->late_fee, 2)}}
${{number_format($history[0]->total_amount, 2)}}
{{ucfirst($history[0]->source_type)}}
{{date('m/d/Y', strtotime($history[0]->cov_from_date)) }} - {{ date('m/d/Y', strtotime($history[0]->cov_to_date))}}
{{$history[0]->description}}
@if($history[0]->source_type == 'card') Tenant @else Landlord @endif
{{$tenant->email}}
{{$history[0]->confirmation_number}}
@include('tenant_layouts.footer')
@include('tenant_layouts.script')