@extends('layouts.hope.page')
@section('title', $title)
@section('content_header')
{{$title}}
Role Accessibility
@stop
@section('content')
@stop
@section('plugins.Select2', true)
@section('plugins.Datatables', true)
@section('js')
@include('components.helper.form-control', [
'reload' => true,
'actionForm' => route($this_helper."update-access"),
])
@stop