@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

{{__('file.Back')}} @if (permission('menu-module-add')) {{__('file.Add New')}} @endif
{{__('file.Drag and drop the menu item below to re-arrange them')}}
@include('module.modal') @endsection @push('scripts') @endpush