@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Access Control Functions By Role @stop @section('content')
@if(!empty($message)) {{$message}} @endif
BACK

ROLE

{{$ac_role->name}}

{{$ac_role->description}}

@foreach($ac_functions as $ac_function) @endforeach
Enable Name Description
Warning: Undefined variable $ac_function in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/accessControl/functionsbyrole.blade.php on line 36

Warning: Attempt to read property "id" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/accessControl/functionsbyrole.blade.php on line 36
>
{{$ac_function->name}} {{$ac_function->description}}

@stop @section('scripts_bottom') @stop