@extends('layouts.app') @section('title', __('Manage Delivery Location')) @section('content')

Manage Delivery Location

@component('components.widget', ['class' => 'box-primary'])
@csrf

Delivery Location Listing

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