@extends('admin.layout') @section('title', 'Edit Menu Item') @section('content')

Edit Menu Item

Back to Menu Items
@csrf @method('PUT')
is_active ? 'checked' : '' }} class="h-5 w-5 text-gold rounded">
Cancel
@endsection