@extends('admin/layout')
@section('title')
{{ labels('admin_labels.zipcodes', 'ZipCodes') }}
@endsection
@section('content')
@php
use App\Models\City;
use App\Services\TranslationService;
@endphp
| {{ labels('admin_labels.id', 'ID') }} | {{ labels('admin_labels.zipcodes', 'ZipCode') }} | {{ labels('admin_labels.city_name', 'City Name') }} | {{ labels('admin_labels.minimum_free_delivery_order_amount', 'Minimum Free Delivery Order Amount') }} | {{ labels('admin_labels.delivery_charges', 'Delivery Charges') }} | {{ labels('admin_labels.action', 'Action') }} |
|---|