hasMany(ListItemPembelian::class)->with('barang'); } public function supplier() { return $this->belongsTo(supplier::class, 'supplier_id', 'id'); } }