@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')
| {{ __('ID') }} |
{{ __('Name') }} |
{{ __('Description') }} |
{{ __('Status') }} |
{{ __('Date création') }} |
|
@endsection
@section('modals')
{{ __('This map shows all sites with their locations. Click on markers to see details.') }}
0 {{ __('sites') }}
{{ __('Inactive Site') }}
@endsection
@push('scripts')
@include('sites.partials.datatable')
@endpush