@extends('layouts.main') @section('title') {{__('Show Role')}} @endsection @section('content')
{{__('Name')}}: {{ $role->name }}
@foreach($formattedPermissions as $perm)
@endforeach
@endsection