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

{{ $notification->title }}

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

{{ $notification->description }}

{!! Form::label('link', __('Link')) !!}

{{ $notification->link }}

{!! Form::label('read_status', __('Read Status')) !!}

{{ $notification->read_status }}

{!! Form::label('user_id', __('User Id')) !!}

{{ $notification->user_id }}

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

{{ $notification->created_at }}

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

{{ $notification->updated_at }}