@extends('layouts.admin')
@section('title')
منو ها
@endsection
@section('content')
@include('admin.index.messages')
لیست منو ها
| نام منو
|
آدرس منو
|
صفحه منو
|
ترتیب منو
|
وضعیت منو
|
دسته منو
|
زبان
|
عملیات |
@php
$i=1;
@endphp
@if(isset($menu))
@foreach($menu as $item)
| {{ $item['title'] }} |
@if(isset($item->url))
{{ $item['url'] }}
@else
-
@endif
|
@if(isset($item->page_id))
{{ @$item->page->title }}
@else
-
@endif
|
{{ $item['sort'] }} |
@if($item->active == 1)
فعال
@else
غیر فعال
@endif
|
{{ @$item['parent']['title'] ?? 'سرگروه اصلی' }} |
@switch($item['locale'])
@case('fa')
فارسی
@break
@case('en')
انگلیسی
@break
@case('ru')
روسی
@break
@endswitch
|
@can('menu_edit')
@endcan
@can('menu_delete')
@endcan
|
@endforeach
@endif
| نام منو |
آدرس منو |
صفحه منو |
ترتیب منو |
وضعیت منو |
دسته منو |
زیان |
عملیات |
@endsection
@section('script')
@endsection
@section('style')