@extends('admin.master_layout') @section('title') Menu Demo @endsection @section('body-content')

Desktop Menu

Mobile Menu

Using Helper Functions

{!! render_menu(1, 'nav-links') !!}
{!! render_mobile_menu(1) !!}
@endsection