@extends('backEnd.master') @section('title') @lang('menumanage::menuManage.manage_position') @endsection @push('css') @endpush @section('mainContent')

{{ trans('menumanage::menuManage.menu_manage') }}

{{ __('menumanage::menuManage.Reset to with Section') }}
@isset($editPermissionSection) {!! Form::open(['route'=>'sidebar-manager.section-update', 'method'=>'POST']) !!} @else {!! Form::open(['url'=> route('sidebar-manager.section.store', ['role_id', @$role->id]), 'method'=>'POST']) !!} @endif
@if ($errors->has('name')) {{ @$errors->first('name') }} @endif
{!! Form::close() !!}
@include('menumanage::components.available_list')
@include('menumanage::components.live_preview')
@endsection