@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{--

Note

Open Street API's Works for Below Funtionality:
  • Search autocomplete in User/Driver Apps.
  • Coordinate to address search function.
  • Distance matrix to calculate ETA & Bill.
  • Admin panel works with only using by google map API.
--}}

Choose Map Type

@php $id = $item[0]->id; @endphp
@csrf
{{-- --}} @endsection