@extends('admin.layout') @section('custom-style') @endsection @section('content')

Menus

{!! Menu::render() !!}
@endsection @section('custom-scripts') {!! Menu::scripts() !!} @endsection