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