@extends('layouts.app') @section('title', 'Form Menü Yönetimi') @section('content')
Formları panelde istediğiniz menü altına ekleyin.
| Başlık | Modül | Durum | Sıra | İşlem |
|---|---|---|---|---|
| {{ $group->title }} | {{ $moduleOptions[$group->module_key] ?? $group->module_key }} | {{ (int) $group->is_active === 1 ? 'Aktif' : 'Pasif' }} | {{ (int) $group->sort_order }} | |
| Henüz alt menü eklenmedi. | ||||
| Başlık | Alt Menü | Modül | Form | Durum | Sıra | İşlem |
|---|---|---|---|---|---|---|
| {{ $link->title }} | {{ $groupLabel }} | {{ $moduleLabel }} | {{ $templateLabel }} | {{ (int) $link->is_active === 1 ? 'Aktif' : 'Pasif' }} | {{ (int) $link->sort_order }} | |
| Henüz menü eklenmedi. | ||||||