Starting date
{{ date('d M Y', strtotime($lastPackageInfo->starting_date)) }}
Ending date
{{ date('d M Y', strtotime($lastPackageInfo->ending_date)) }}
Amount
{{ number_format($lastPackageInfo->amount, 2) }}
Discount
{{ number_format($lastPackageInfo->discount, 2) }}
Paid
{{ number_format($lastPackageInfo->total_paid, 2) }}
Due
{{ number_format($lastPackageInfo->total_due, 2) }}