Added the following code
//Import the soft delete method set
use SoftDelete;
//Set the soft delete field to
protected $ deleteTime = 'delete_time';
//This field will be displayed only if it is NULL
protected $deleteTime = 'delete_time';