{{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}}