@extends('layouts.app')
@section('title', __('Manage Delivery Location'))
@section('content')
@component('components.widget', ['class' => 'box-primary'])
| SL No. |
Location |
Based on |
KM in Radius |
Lattitude |
Longitude |
Map |
Total Pin Codes |
Manage |
@endcomponent
{!! Form::close() !!}
@endsection
@section('javascript')
@php $asset_v = env('APP_VERSION'); @endphp
@endsection