@extends('layouts.admin', ['title' => 'منوها']) @section('content') @if(!isset($position))
| عنوان | لینک | ستون | ترتیب | وضعیت | |
|---|---|---|---|---|---|
| {{ $item->title }} | {{ $item->col }} | {{ $item->sort }} | {{ $item->active == false ? 'مخفی' : '' }} | حذف ویرایش | |
| ↲ {{ $item_sub->title }} | {{ $item_sub->col }} | {{ $item_sub->sort }} | {{ $item->active == false ? 'مخفی' : '' }} | حذف ویرایش | |
| ↲↲ {{ $item_sub2->title }} | {{ $item_sub2->col }} | {{ $item_sub2->sort }} | {{ $item->active == false ? 'مخفی' : '' }} | حذف ویرایش |