@extends('backEnd.master') @section('mainContent')
@if(isset($section)) @if(userPermission(266)) @endif @endif
@if(isset($sidebar)) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'menumanage.update', 'method' => 'POST']) }} @endif
@if ($errors->has('name')) {{ @$errors->first('name') }} @endif
@if ($errors->has('icon_class')) {{ @$errors->first('icon_class') }} @endif
@if ($errors->has('route')) {{ @$errors->first('route') }} @endif
@php $tooltip = ""; if(userPermission(266)){ $tooltip = ""; }else{ $tooltip = "You have no permission to add"; } @endphp
{{ Form::close() }}
@if(count($all_sidebars)>0)
@foreach($all_sidebars as $key => $module_info)
{{-- --}}