@extends('admin.layout') @section('custom-style') @endsection @section('content') Menus Menu All {!! Menu::render() !!} @endsection @section('custom-scripts') {!! Menu::scripts() !!} @endsection