@extends('backend.settings.setting-layout') @section('title') {{ __('menu_settings') }} @endsection @section('breadcrumbs')
{{ __('title') }} | {{ __('url') }} | {{ __('menu_show_frontend') }} | {{ __('action') }} |
---|---|---|---|
{{ $menu->title }}
@foreach ($menu->translations as $translation)
@if (app()->getLocale() == $translation->locale)
@else
{{ getLanguageByCodeInLookUp($translation->locale,$app_languages) }}
:
{{ $translation->title }}
@endif
@endforeach
|
{{ ucfirst(Str::replace('_', ' ', $menu->url)) }} | @if (userCan('menu-setting.update')) @endif |
@if (userCan('menu-setting.update'))
|
|
{{ __('dont_have_permission') }}
@endif{{ __('dont_have_permission') }}
@endif