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

{!! $timeline->id !!}

{!! Form::label('username', 'Username:') !!}

{!! $timeline->username !!}

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

{!! $timeline->name !!}

{!! Form::label('about', 'About:') !!}

{!! $timeline->about !!}

{!! Form::label('avatar_id', 'Avatar Id:') !!}

{!! $timeline->avatar_id !!}

{!! Form::label('cover_id', 'Cover Id:') !!}

{!! $timeline->cover_id !!}

{!! Form::label('cover_position', 'Cover Position:') !!}

{!! $timeline->cover_position !!}

{!! Form::label('type', 'Type:') !!}

{!! $timeline->type !!}

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

{!! $timeline->created_at !!}

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

{!! $timeline->updated_at !!}

{!! Form::label('deleted_at', 'Deleted At:') !!}

{!! $timeline->deleted_at !!}