@extends('dashboard.base') @section('content')

Edit menu element

@if(Session::has('message')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Menu
User Roles @foreach($roles as $role) @endforeach

Warning: Undefined variable $menuroles in /home/internalbpo/public_html/brm/resources/views/dashboard/editmenu/edit.blade.php on line 57

Warning: foreach() argument must be of type array|object, null given in /home/internalbpo/public_html/brm/resources/views/dashboard/editmenu/edit.blade.php on line 57

Warning: Undefined variable $role in /home/internalbpo/public_html/brm/resources/views/dashboard/editmenu/edit.blade.php on line 65
{{ $role }}
Name
Type
Other
Href:


Dropdown parent:


Icon - Find icon class in: CoreUI icons documentation
Return
@endsection @section('javascript') @endsection