belongsTo(Logistic::class); } public function province(): BelongsTo { return $this->belongsTo(Province::class); } }