@extends('layouts.hope.page') @section('title', $title) @section('content_header') @stop @section('content')
@csrf
Role :
@foreach ($permissions as $key => $features) @foreach ($features as $name => $control) @endforeach @endforeach
Current Access
Custom
Custom Access
{{ucwords($key)}} All
{{ $control['name'] }}
@slot('footer')
@endslot
@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