@extends('layouts.admin') @section('content')
| Id | {{ $facility->id }} |
|---|---|
| Name | {{ $facility->name }} |
| Type | {{ \App\Models\Facility::TYPE_SELECT[$facility->type] ?? $facility->type }} |
| Property | {{ optional($facility->property)->name ?? 'Community-wide' }} |
| Description | {{ $facility->description }} |
| Location | {{ $facility->latitude }}, {{ $facility->longitude }} |