@extends('admin/layout') @section('title') {{ labels('admin_labels.city', 'City') }} @endsection @section('content') {{-- add model --}} {{-- edit modal --}}

{{ labels('admin_labels.manage_cities', 'Manage Cities') }}

{{ labels('admin_labels.search', 'Search') }}
{{ labels('admin_labels.id', 'ID') }} {{ labels('admin_labels.name', '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