@extends('templates.material.main') @section('jquery') {{-- Including this section to override it empty. Using jQuery from webpack build --}} @endsection @push('before-scripts') @endpush @section('nombre_modulo', __('Menu')) @section('breadcrumb') @endsection @section('content')

{{ __('Menu') }}# {{str_pad($menu->id, 6, '0', STR_PAD_LEFT)}}

{{ __('Nombre del Menu') }}: {{$menu->menu}}

{{ __('Ruta') }}: {{$menu->ruta}}

{{ __('Padre') }}: {{$menu->padre}}

{{ __('Nivel') }}: {{$menu->nivel}}


{{__('Regresar')}}
@endsection