{{-- Informations générales --}}
@if($site->description)
@endif
{{-- Informations de localisation --}}
{{-- Carte --}}
{{ __('Basic Informations') }}
{{ $site->reference }}
{{ __('Name') }} :
{{ $site->name }}
{{ __('Status') }} :
@if($site->is_active)
{{ __('Active') }}
@else
{{ __('Inactive') }}
@endif
{{ __('Description') }} :
{!! nl2br(e($site->description)) !!}
{{ __('Address Information') }}
{{ __('Longitude') }} :
{{ $site->longitude }}
{{ __('Latitude') }} :
{{ $site->latitude }}
{{ __('Location coordinates') }} : {{ $site->latitude }}, {{ $site->longitude }}