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