belongsTo('App\Models\DwbsWarea','warea_id','id'); } public function store() { return $this->belongsTo('App\Models\Store','id','user_id')->withTrashed(); } public function GetWareaName() { return $this->belongsTo(DwbsWarea::class,'warea_id'); } }