@extends('layouts.pdf') @section('content')
| {{__('commons.name')}} | {{ $role->name }} |
|---|---|
| {{__('adminPrivilege.display_name')}} | {{ $role->display_name }} |
| {{__('commons.description')}} | {{ $role->description }} |
| {{__('commons.created_at')}} | {{ $role->created_at }} |
| {{__('commons.update_at')}} | {{ $role->updated_at }} |