@extends('layouts.app') @section('title', 'ISP Details') @section('page-title', 'ISP Details') @section('content')
{{ $branch->name }}
{{ $branch->code }}
@if($branch->is_active) Active @else Inactive @endif
{{ $branch->created_at->format('M d, Y \a\t h:i A') }}
{{ $branch->description }}
{{ $branch->phone ?? 'Not provided' }}
{{ $branch->email ?? 'Not provided' }}
{{ $branch->address ?? 'Not provided' }}
No Mikrotik servers assigned to this ISP.
| ID | Name | Username | Status | Created |
|---|---|---|---|---|
| {{ $client->id }} | {{ $client->name }} | {{ $client->username ?? 'N/A' }} |
@if($client->status === 'active') Active @elseif($client->status === 'suspended') Suspended @else Inactive @endif | {{ $client->created_at->format('M d, Y') }} |
No clients associated with this ISP.
{{ $branch->id }}
{{ $branch->created_at->diffForHumans() }}
{{ $branch->updated_at->format('M d, Y \a\t h:i A') }}
{{ $branch->updated_at->diffForHumans() }}
No users assigned to this ISP.