@extends('layouts.app') @section('content')

Delivery Area

Setup delivery areas and charges in this screen.

DELIVERY AREA

Where all your business delivering your products?

You can set delivery areas around your business here. You can set delivery charges
against each areas, this will be automatically added while you are punching the orders.

City
Area
Delivery Fee
@csrf @foreach($delivery_area_list as $key=>$delivery_area_data)
@endforeach

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.delivery-area') @stop