@extends('admin.layouts.app') @section('title',get_setting('site_name').' Role Show') @section('content')
Show Role
Name: {{ $role->name }}
Permissions: @if(!empty($rolePermissions)) @foreach($rolePermissions as $v) @endforeach @endif
@endsection