@extends('layouts.app') @section('title', 'ISP Site Details') @section('page-title', 'ISP Site Details') @section('content')
| Site ID: | {{ $ispSite->site_id }} |
|---|---|
| Site Name: | {{ $ispSite->site_name }} |
| Site Type: | {{ $ispSite->site_type }} |
| Address: | {{ $ispSite->address ?? '-' }} |
| Latitude: | {{ $ispSite->latitude ?? '-' }} |
| Longitude: | {{ $ispSite->longitude ?? '-' }} |
| Created At: | {{ $ispSite->created_at->format('M d, Y H:i') }} |