@extends('layouts.app') @section('title', 'Edit Menu') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT') @if($menu->isSection())
Ini adalah Seksi. Anda hanya bisa mengedit judul dan urutan.
@else
@error('parent_id')
{{ $message }}
@enderror
@endif
@error('title')
{{ $message }}
@enderror
@if(!$menu->isSection())
@else @endif
is_active) ? 'checked' : '' }}>

Batal
@endsection