@extends('backend.layouts.app') @section('content') {!! Menu::render() !!} @endsection //YOU MUST HAVE JQUERY LOADED BEFORE menu scripts @push('after-scripts') {!! Menu::scripts() !!} @endpush