@extends('admin/layout')
@section('title')
{{ labels('admin_labels.city', 'City') }}
@endsection
@section('content')
| {{ 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') }} |
|---|