| {!! Form::label('id', 'Id:') !!} |
{{ $roles->id }} |
| {!! Form::label('name', 'Name:') !!} |
{{ $roles->name }} |
| {!! Form::label('description', 'Description:') !!} |
{{ $roles->description }} |
| {!! Form::label('created_at', 'Created At:') !!} |
{{ $roles->created_at }} |
| {!! Form::label('updated_at', 'Updated At:') !!} |
{{ $roles->updated_at }} |