{!! Form::label('name', 'Name:') !!}

{{ $role->name }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $role->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $role->updated_at }}