@extends('backend.layouts.master') @section('title') Settings - {{ $title }} @endsection @section('navbar-content')

User Role

@endsection @section('admin-content')

{{ $title }}

@csrf
@error('role_name') {{ $message }} @enderror
@error('child_menu') {{ $message }} @enderror
{{-- --}} @foreach ($userRole as $key1 => $value) @endforeach
# Module Menu Permission
1 Branch Branch
@foreach ($branch as $key => $eachBranch) @endforeach
id, $branch_info)) checked @endif type="checkbox" name="branch[]" value="{{$eachBranch->id}}" class="child_menu_bid" id="bid_{{$key}}">
{{ $key1 + 2 }} {{ $value['label'] }} {{ $value['sub_menu'] }}
@foreach ($value['child_menu'] as $key => $submenu) @endforeach
@endsection @section('scripts') @include('backend.pages.usermanage.userRole.script') @endsection