@extends('layouts.librenmsv1')
@section('title', __('map.custom.title.manage'))
@section('content')
@include('map.custom-map-modal')
@include('map.custom-map-delete-modal')
@include('map.custom-map-clone-modal')
{{ __('map.custom.title.manage') }}
@foreach($maps as $group_name => $group)
@if($group_name)
{{ $group_name }}
@endif
@foreach($group as $map)
@endforeach
@endforeach
@endsection
@section('scripts')
@routes
@endsection