@extends('layouts.backend.app') @section('title','Menu Builder') @section('content')
Menu Builder ({{ $menu->name }})
{{-- how to use callout --}}
How To Use:

You can output a menu anywhere on your site by calling menu('name')

@endsection @push('js') {{-- --}} @endpush