belongsTo(Customer::class, 'customer_id'); } public function warehouse() { return $this->belongsTo(m_warehouse::class, 'warehouse_id'); } public function tipe_peti() { return $this->belongsTo(Type_peti::class, 'tipe_peti_id'); } }