@extends('layouts.auth.app') @section('title', 'Add Screens to Menu') @section('content')
{{ $menu->ParentCentralMenuName ?? 'N/A' }}
{{ $menu->CentralMenuName ?? 'N/A' }}
{{ $menu->SortOrder ?? 0 }}
Check the screens you want to associate with this menu
{{ $errors->first() }}