@extends("theme.$theme.layout") @section('title') Sistema de Menús @endsection @section('scripts') @endsection @section('content')

Editar Menú

@csrf @method("put")
@include('admin.menu.form')
@endsection