{!! Form::label('id', 'Id:') !!}

{{ $role->id }}

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

{{ $role->name }}

{!! Form::label('title', 'Title:') !!}

{{ $role->title }}

{!! Form::label('guard_name', 'Guard Name:') !!}

{{ $role->guard_name }}

{!! Form::label('description', 'Description:') !!}

{{ $role->description }}

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

{{ $role->created_at }}

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

{{ $role->updated_at }}