@extends('dashboard.inc.layout')
@section('title', 'მენიუ')
@section('content')
@include('dashboard.inc.message')
@include('dashboard.inc.errors')
@if($items->count())
@foreach($items as $key => $item)
-
@if($item->children)
@foreach($item->children as $key => $_item)
-
@endforeach
@endif
@endforeach
მენიუს სორტირება
@else
მენიუ ვერ მოიძებნა
@endif
@stop