@extends('template.layouts.template-base')
@section('title', 'View User Role')
@section('styles')
@endsection
@section('content')
Role Information
@foreach ($permissions as $page => $group)
Modules
Permissions
@endforeach
{{ str_replace('_', ' ', $page) }}