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