belongsTo('App\Models\Flight'); } public function client() { return $this->belongsTo('App\Models\Client'); } public function tariff() { return $this->belongsTo('App\Models\Tariff'); } }