@extends('telematics.layouts.master') @section('page_content')

@lang('translation.sf_menus.telematics.positions')

@endsection @section('custom_scripts') @if($maps->count() > 0) @php $mapProvider = $maps->first(); $providerName = strtolower($mapProvider->name); $mapKey = $mapProvider->pivot->key; @endphp @if($providerName === 'google maps') @elseif($providerName === 'mapbox') @else @endif @else @endif @endsection