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