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

{{ $defaultLookingFor->id }}

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

{{ $defaultLookingFor->title }}

{!! Form::label('status', 'Status:') !!}

{{ $defaultLookingFor->status }}

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

{{ $defaultLookingFor->created_at }}

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

{{ $defaultLookingFor->updated_at }}