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