@extends('layouts.admin') @section('title', 'Serviceable Pincodes - Orange Groceries Admin') @section('header_title', 'Delivery Area & Pincode Management') @section('content')

Add Serviceable Pincode

@csrf

Serviceable Locations List

Delivery Charge Rates →
@foreach($pincodes as $pin) @endforeach
Pincode Area / City Name Delivery Status Actions
{{ $pin->pincode }} {{ $pin->area_name ?? 'General City Area' }}
@csrf
@csrf
{{ $pincodes->links() }}
@endsection