@extends('admin/layout') @section('title') {{ labels('admin_labels.zipcodes', 'ZipCodes') }} @endsection @section('content') @php use App\Models\City; use App\Services\TranslationService; @endphp {{-- add model --}} {{-- edit model --}} {{-- table --}}

{{ labels('admin_labels.manage_zipcodes', 'Manage ZipCodes') }}

{{ labels('admin_labels.search', 'Search') }}
{{ 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') }}
@endsection