@extends('backEnd.layouts.master') @section('title','Roles Show') @section('content')

Roles Show

Name: {{ $role->name }}
Permissions: @if(!empty($rolePermissions)) @foreach($rolePermissions as $v) @endforeach @endif
@endsection