@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','city')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','create')->first()->custom_text }}

{{ $websiteLang->where('lang_key','city_table')->first()->custom_text }}
@foreach ($cities as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','city')->first()->custom_text }} {{ $websiteLang->where('lang_key','state')->first()->custom_text }} {{ $websiteLang->where('lang_key','country')->first()->custom_text }} {{ $websiteLang->where('lang_key','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->name }} {{ $item->countryState->name }} {{ $item->countryState->country->name }} @if ($item->status==1) @else @endif @if ($item->properties->count()==0) @endif
@endsection