@extends('layouts.app') @section('title', __('Manage Delivery Location')) @section('content') Manage Delivery Location @component('components.widget', ['class' => 'box-primary']) @csrf Select Location: Select Location @foreach($businessLocation as $businessLoc) {{$businessLoc->name}}({{$businessLoc->location_id}}) @endforeach Based On: --Select-- Both KM Pin Codes KM in Radius: Latitude: Longitude: Total Pin Codes: Add 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