@extends('layouts.auth.app') @section('title', 'Edit Central Menu') @section('content')

Edit Central Menu

Update menu information

Cancel
@if($errors->any())

{{ $errors->first() }}

@endif
@csrf @method('PUT')
Active ?? false) ? 'checked' : '' }} class="h-4 w-4 text-teal-600 focus:ring-teal-500 border-gray-300 rounded">
@endsection