@extends('layouts.app') @section('title', 'Network Map') @push('styles') @endpush @section('content')
View all ODP locations on the map
Total ODPs
{{ $odps->count() }}
Active
{{ $odps->where('status', 'active')->count() }}
Full
{{ $odps->where('status', 'full')->count() }}
Maintenance
{{ $odps->where('status', 'maintenance')->count() }}
{{ $odp->code }}
{{ $odp->address ?? 'No address' }}