@extends('admin.layouts.app') @section('title', isset($menu) ? 'Menyunu dəyiş' : 'Yeni menyu') @php $isFooter = isset($menu) && $menu->location === 'footer'; $isChild = isset($menu) && $menu->parent_id; $currentKind = old('menu_kind', request('parent') ? 'child' : (request('area') === 'footer' || $isFooter ? 'footer' : ($isChild ? 'child' : 'main'))); $currentDestination = old('destination', match($menu->link_type ?? '') { 'category' => 'category', 'products' => 'products', 'about' => 'about', 'contacts' => 'contacts', default => 'custom', }); @endphp @section('content')
Adı yazın, harada görünəcəyini seçin və kliklənəndə hara açılacağını göstərin.