*/ protected $fillable = [ 'user_id', 'status', ]; public function user() { return $this->belongsTo('App\Models\User'); } }