@extends('layouts.librenmsv1') @section('title', __('Geographical Map')) @section('content') @if($map_engine != 'leaflet')
Only leaflet map engine is currently supported
@else @if($group_name)
  {{ $group_name }}
@endif
@endif @endsection @section('css') @endsection @section('javascript') @if($map_engine == "leaflet") @endif @endsection @section('scripts') @endsection