@extends('app-new') @push('content-header')
@endpush @section('content')Geo Address: {{ $location->geo_address ?? '-' }}
Latitude / Longitude: {{ $location->geo_latitude ?? '-' }} / {{ $location->geo_longitude ?? '-' }}
Radius (m): {{ $location->radius_in_meter ?? '-' }}
Status: {{ ucfirst($location->status) }}
Manager: {{ $location->manager->name ?? '-' }}
Employees: {{ $location->employees->count() }}
Sub Locations: {{ $location->subLocations->count() }}