@extends('layouts.app', ['activePage' => 'listCity', 'titlePage' => __('City List')]) @section('content')


{{ __('pages.list') }} {{ __('pages.cities') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
@foreach ($listCity as $key=>$user) @endforeach
{{ __('#') }} {{ __('pages.name') }} {{ __('pages.name_arabic') }} {{ __('pages.delivery_fees') }} {{ __('pages.action') }}
{{ $key+1}} {{ $user->city_name}} {{ $user->city_name_ar}} {{ $user->city_shipping_price}} IQD close edit
@endsection @push('js') @endpush