__('crm::lang.phone_type_main'), 'sales' => __('crm::lang.phone_type_sales'), 'purchase' => __('crm::lang.phone_type_purchase'), 'fax' => __('crm::lang.phone_type_fax'), 'whatsapp' => __('crm::lang.phone_type_whatsapp'), 'other' => __('crm::lang.phone_type_other'), ]; } public function company() { return $this->belongsTo(CrmCompany::class, 'company_id'); } }