{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $notification->id !!}

{!! Form::label('title', 'Title:', ['class' => 'col-3 control-label text-right']) !!}

{!! $notification->title !!}

{!! Form::label('notification_type_id', 'Notification Type Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $notification->notification_type_id !!}

{!! Form::label('user_id', 'User Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $notification->user_id !!}

{!! Form::label('read', 'Read:', ['class' => 'col-3 control-label text-right']) !!}

{!! $notification->read !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $notification->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $notification->updated_at !!}