@extends('layouts.app') @section('breadcrumb')

@lang('Show Role')

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