@extends('panel.layouts.layout') @section('content')
@lang('home.contries_list')
@lang('home.home') / @lang('home.pages') / @lang('home.pages_list')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif
@csrf
@foreach($lists as $list) @endforeach
# @lang('home.name') @lang('home.icon') @lang('home.edit')
{{ @$list->id }} {{ @$list->translation->title }} {{ @$list->translation->title }}
  • @stop @section('jsCode') @stop