@extends('layouts.librenmsv1') @section('title', __('Custom Maps')) @section('content')
{{ __('Custom Maps') }}
@foreach($maps as $group_name => $group) @foreach($group as $map) @endforeach @endforeach
@endsection @section('scripts') @endsection