@extends('admin.layouts.app') @section('title', 'Expiring Packages Report') @push('styles') @endpush @section('content')

2 Days Before Expired Packages Customers

@forelse ($customers as $row) @empty @endforelse
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.
@endsection @push('scripts') @endpush