@extends('admin.layouts.app') @section('title', 'Expiring Packages Report') @push('styles') @endpush @section('content')
| Name | Phone | Expires On | Status | Renew | Address |
|---|---|---|---|---|---|
| {{ trim($row->Fname.' '.$row->Lname) }} | {{ $row->Phone }} | {{ $row->Validity ? $row->Validity->format('d-M-Y') : '' }} | Expiring in 2 Days | Renew | {{ $row->Address }} |
| No customers expiring in 2 days. | |||||