@extends('body')
@section('title')
Users Details
@endsection
@section('breadcrumbs')
Home
Roles
{{ $role->name }}
@endsection
@section('pageScripts')
@endsection
@section('content')
Rights Enabled
{{--
$0 / month
--}}
@foreach ($enabledPermissions as $enabledPermission)
-
@endforeach
@if (Auth::user()->isAuthorized('rights.store') == true)
Rights
@foreach ($availablePermissions as $availablePermission)
-
@endforeach
@endif
@endsection