@extends('panel.layouts.layout') @section('content')
@lang('home.contries_list')
@lang('home.home') / @lang('home.countries') / @lang('home.contries_list')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif
@csrf
@foreach($cities as $city) @endforeach
# @lang('home.name') @lang('home.delete')
{{ @$city->id }} {{@$city->translation->name}} @include('panel.cities.delete_from_list')
@stop @section('jsCode') @stop