@extends('layouts.app') @section('title', 'MAC Reseller Dashboard - ISP ERP System') @section('styles') @endsection @section('page-title', 'MAC Reseller Dashboard') @section('content')
MAC Reseller Dashboard - Here's what's happening with your PPPoE clients today. {{ date('l, F j, Y') }}
| Client Name | Username | Package | Branch | Status | Joined Date | Action |
|---|---|---|---|---|---|---|
|
{{ $clientInfo->client->name ?? 'N/A' }}
{{ $clientInfo->client->phone ?? 'No phone' }} |
{{ $clientInfo->client->username ?? 'N/A' }} |
@if($clientInfo->client->package_name ?? false)
{{ $clientInfo->client->package_name }}
৳{{ number_format($clientInfo->client->package_price ?? 0, 2) }} @else No package @endif |
@if($clientInfo->client->branch ?? false) {{ $clientInfo->client->branch->name }} @else No branch @endif | @if(($clientInfo->client->status ?? '') === 'active') Active @elseif(($clientInfo->client->status ?? '') === 'suspended') Suspended @else {{ ucfirst($clientInfo->client->status ?? 'Unknown') }} @endif |
{{ $clientInfo->created_at->format('M d, Y') }}
{{ $clientInfo->created_at->format('h:i A') }} |
@if($clientInfo->client ?? false) @else No client data @endif |
No new PPPoE clients have been assigned to you in the last 7 days.
No recent activity