@extends('layouts.frontendDashboard.master') @section('title','Map Locations') @section("body-start")
@endsection @section('content')
@include("frontend.content_manager.map_location.create")
# {{__('Name') }} {{__('Location Type') }} {{__('Location') }} {{__('Latitude') }} {{__('Longitude') }} {{__('Action') }}
@endsection @push('scripts') @endpush