@extends('back.layouts.app', ['title' => $title]) @section('beforeHeadClose') @php $module = 'menu' @endphp @endsection @section('content')

Positioning Navigations

@php echo myform_getmsg('Drag and drop to set menu order.', 'w') @endphp

@if ($menu_types) @foreach ($menu_types as $types) {{ ucfirst($types->menu_type) }} @endforeach @endif

@include('back.menu.add_edit_view') @endsection @section('beforeBodyClose') {{-- --}} @include('back.menu.menu_js') @endsection