@extends('layout.app') @section('title') {{ __('Sites') }} @endsection @push('styles') @endpush @section('active_sites', 'active') @section('data_col', '2-columns') @section('body_class', '2-columns') @section('content')
{{ __('Sites') }}
@csrf @if(isset($site)) @method('PUT') @endif

{{ __('Basic Informations') }}

@if (isset($site))
@endif
is_active ?? true) ? 'checked' : '' }}>

{{ __('Address Information') }}

{{ __('Search for a location or click on the map to select the location. You can also drag the marker to adjust the position.') }}
@if(isset($site) && $site->latitude && $site->longitude) {{ __('Location selected') }} @else {{ __('Search or click on the map to select a location') }} @endif
{{-- Prévisualisation de l'adresse --}}
@endsection @section('modals') @endsection @push('scripts') @endpush