@extends('dashboard.layouts.app') @section('title', 'Zones Géographiques - UAC eservices') @section('page-title', 'Zones Géographiques') @section('breadcrumb')
| Nom | Coordonnées | Rayon | Statut | Présences | Actions |
|---|---|---|---|---|---|
|
{{ $zone->nom }}
@if($zone->description)
{{ Str::limit($zone->description, 50) }} @endif |
{{ $zone->latitude }} {{ $zone->longitude }} |
{{ $zone->rayon }} m | @if($zone->active) Active @else Inactive @endif | {{ $zone->presences()->count() }} présences |