@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($countries as $country) @endforeach
# @lang('home.name') @lang('home.places') @lang('home.new_places') @lang('home.edit') @lang('home.delete')
{{ @$country->id }} {{@$country->translations->first()->name}}
  • @include('panel.countries.delete_from_list')
    @stop @section('jsCode') @stop