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